Skip to content

Instantly share code, notes, and snippets.

@OtherDevOpsGene
Created September 15, 2019 19:58
Show Gist options
  • Save OtherDevOpsGene/9d877a539b8b3a20a236e4678355ef8d to your computer and use it in GitHub Desktop.
Save OtherDevOpsGene/9d877a539b8b3a20a236e4678355ef8d to your computer and use it in GitHub Desktop.
Simple Dockerfile for Docker Workshop
FROM ubuntu:latest
RUN apt-get update && apt-get install -y fortune
CMD /usr/games/fortune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment