Skip to content
Alec Clews edited this page Jul 10, 2019 · 12 revisions

TIP: If you can't follow the workstation instructions you can run Docker on the Google Cloud Platform (GCP), see below.

Workstation install

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.

Google Cloud Platform

Docker and Git are supplied be default in the GCP Cloud Shell, no need to run a dedicated cloud virtual machine for this workshop. You will need to login to the GCP Console at https://console.cloud.google.com and then follow the instructions at https://cloud.google.com/shell/docs/starting-cloud-shell

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

Get the Workshop files

git clone https://github.com/dockerfornovices/DockerSimpleDemo

Clone this wiki locally