Skip to content
Alec Clews edited this page Dec 3, 2018 · 12 revisions

Setup

Install Docker Community Edition on your workstation by following the following guides for your operating system:

Helpful videos here https://www.bretfisher.com/installdocker/

If you have problems beforethe workshop ping me on twitter as @alecthegeek, at least one day before the workshop please.

These setup instruction are adapted from https://velocityconf18.bretfisher.com/intro-fullday.yml.html#2. More details from https://velocityconf18.bretfisher.com/intro-fullday.yml.html#18.

Thanks to @bretfisher and @jpetazzo for writing these setup instructions and saving me a lot of time.

Note: Some of the following commands need to an active network connection to connect to the Docker registry

Test your setup

From the command prompt run the following commands

  • docker version
  • docker run hello-world

If you get errors ask your partner or the workshop facilotors for help

These setup instruction are adapted from https://velocityconf18.bretfisher.com/intro-fullday.yml.html#2. More details from https://velocityconf18.bretfisher.com/intro-fullday.yml.html#18.

More helpful videos here https://www.bretfisher.com/installdocker/

Clone this wiki locally