-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
26 lines (18 loc) · 813 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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 ;)