Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Intro to Docker - Part 2

Intro to Docker - Part 2

Cloud Genius

November 07, 2016
Tweet

More Decks by Cloud Genius

Other Decks in Technology

Transcript

  1. 10

  2. Dockerfile FROM ubuntu ENV THIS_IS_AWESOME true RUN apt-get update RUN

    apt-get -y install fortunes cowsay CMD /usr/games/fortune -a | /usr/games/cowsay