Skip to content

Instantly share code, notes, and snippets.

@jayzeng
Created March 23, 2014 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayzeng/9731554 to your computer and use it in GitHub Desktop.
Save jayzeng/9731554 to your computer and use it in GitHub Desktop.
Dockerfile magic
How to call dockerfile?
Github:
docker build github_url
Locally:
docker build .
docker build <path>
Trusted builds:
docker pull <account/build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment