Created
February 1, 2017 15:09
-
-
Save replete/66e9417151cd852f449a8c371290126f to your computer and use it in GitHub Desktop.
Test dockerfile
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
FROM debian:latest | |
RUN apt-get -y update && apt-get install -y fortunes | |
CMD /usr/games/fortune |
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
# Install docker first, then: | |
docker pull debian | |
docker build -t test-debian . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment