Last active
May 3, 2017 08:42
-
-
Save cizixs/976f1a5efc50eadbd7a7076b896448db to your computer and use it in GitHub Desktop.
Dockerfile Best Practice
This file contains 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
FROM busybox | |
ADD test.dat / | |
chmod +x /test.dat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment