mefjush/docker-workshop
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Belgian Community for Software Craftsmanship Hands-on session: Introduction to Docker You'll need some setup before the session: 1. Clone this repo git clone https://github.com/mefjush/docker-workshop 2. Get Docker. You've got 2 options here: a) either install it directly on your PC: https://docs.docker.com/mac/step_one/ https://docs.docker.com/linux/step_one/ https://docs.docker.com/windows/step_one/ b) or use this Vagrant box: https://github.com/mefjush/docker-workshop/tree/master/vagrant 3. (Optional) Get Docker-compose https://docs.docker.com/compose/install/ 4. Once everything is installed I recommend running the following commands: docker pull ubuntu docker pull ekino/wiremock this will save us some time and bandwidth during the workshop ;)