Developer! Developer! Developer! East Anglia

DDD East Anglia

Cambridge, UK
Saturday 22 September 2018

Docker for the complete beginner (Hands on workshop)

This will be a beginner's workshop for Docker. If you've heard of docker at conferences such as this one and want to know what all the hype is about, this workshop is for you.

We will also show how docker can help in your development process even if your company doesn't use docker at all.

Docker is a Linux tool, but you don't need to be a Linux expert, just be able to type some commands in at the command line on your OS (mac, windows, and Linux will all be catered for).

Installation instructions to run before you arrive

Some installation is required before attending the workshop - docker for mac or docker for windows.

Mac: https://docs.docker.com/docker-for-mac/install/

Windows 10: https://docs.docker.com/docker-for-windows/install/

Older windows - Docker toolbox: https://docs.docker.com/toolbox/toolboxinstallwindows/

Please ensure you can successfully run this at the command line before attending:

docker run alpine echo "Ready to learn docker"