-
-
Save jayzeng/9731554 to your computer and use it in GitHub Desktop.
Dockerfile magic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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