Created
January 3, 2016 06:28
-
-
Save deitch/62cfbf5572c0382a87f5 to your computer and use it in GitHub Desktop.
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 ubuntu | |
RUN echo hello > /tmp/foo |
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 centos | |
RUN echo hello > /tmp/foo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment