GitXplorerGitXplorer
s

Dockerfile

public
1 stars
1 forks
6 issues

Commits

List of commits on branch master.
Verified
52caae31296519563f8e477084a608649c913e85

Update README.md

ssharils committed 6 years ago
Verified
966a60f17208eade01677d0f6da58eca7b4ad9ee

Update README.md

ssharils committed 6 years ago
Verified
078f8a8c045acfcf42e04e59daeb935d78c53ead

Update README.md

ssharils committed 7 years ago
Unverified
6eea30ee5a9be75b0bcff15373f9bac38fec0565

Upgrade elixir to 1.6

ssharils committed 7 years ago
Unverified
a6afc2359c515e8f439523efd72d0bd7b3eecdf7

Make first docker-compose up run faster

ssharils committed 7 years ago
Unverified
8eae313db450bc15c051e6122451f74f341e9749

Delete temporary volume

ssharils committed 7 years ago

README

The README file for this repository.

Dockerfile

See README.md in each directory for README for each Dockerfile

Create Automated Build

  1. Open the "Create Automated Build" page e.g. https://hub.docker.com/add/automated-build/github/form/sharils/Dockerfile/
  2. Change Dockerfile to a different name e.g. ls
  3. Fill in Short Description
  4. Click Build Settings
  5. Click Branch
  6. Click Tag
  7. Change master to a regex e.g. /^ls-
  8. Change / to the directory containing the Dockerfile e.g. /ls
  9. Click Save Changes
  10. Push a git tag matching the regex in step 7 e.g. ls-1.0.0
  11. Click Build Details
  12. Verify the Status is Success
  13. Click Repo Info
  14. Copy Docker Pull Command and run it
  15. Create a docker version e.g. docker tag sharils/ls:latest sharils/ls:1.0.0
  16. Push the tag e.g. docker push sharils/ls:1.0.0