Last active
September 14, 2017 20:36
-
-
Save 0xAhmed/0532bb964419a3e30d0ad893814fdf12 to your computer and use it in GitHub Desktop.
Passing a Docker build-time argument
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
| docker build -t hacher:latest --build-arg RELEASE=v0.1.0 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment