Skip to content

Instantly share code, notes, and snippets.

@replete
Created February 1, 2017 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save replete/66e9417151cd852f449a8c371290126f to your computer and use it in GitHub Desktop.
Save replete/66e9417151cd852f449a8c371290126f to your computer and use it in GitHub Desktop.
Test dockerfile
FROM debian:latest
RUN apt-get -y update && apt-get install -y fortunes
CMD /usr/games/fortune
# 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