Skip to content

Instantly share code, notes, and snippets.

@jeanlaurent
Last active April 21, 2016 12:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeanlaurent/c982b57a034e05daaf424b16390cda6d to your computer and use it in GitHub Desktop.
Save jeanlaurent/c982b57a034e05daaf424b16390cda6d to your computer and use it in GitHub Desktop.
lab-docker

If you plan to attend this workshop in a conference, as network availibility is often flaky, please check you have the following :

  • A laptop + cord
  • Install docker 1.11
    • Install with Toolbox for windows or for Mac
    • If you haven't done it already, register for the Docker for desktop beta at https://beta.docker.com, and give us your hub account name during the session we can probably do something for you.
  • Test your docker installation works fine
    • docker run hello-world and check you see the welcome message
    • docker run -p 8080:80 nginx and open your browser to your machine on port 8080 and check you see nginx default page.
  • Warm up your local docker machine with the following images :
    • docker pull dockerdemos/lab-web
    • docker pull dockerdemos/lab-words-dispatcher
    • docker pull dockerdemos/lab-words-java
    • docker pull mongo-express:0.30.43
    • docker pull mongo:3.2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment