Skip to content
Alec Clews edited this page Dec 11, 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 before the workshop ping me on twitter as @alecthegeek, at least one day before the workshop please.

These setup instruction 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.

Test your setup

From the command prompt run the following commands

  • docker version

Note: This command need to an active network connection to connect to the Docker registry

  • docker run hello-world

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

Clone this wiki locally