This here is material for REA's internal introductory Docker training.
The slide-deck is implemented in HTML and Javascript, so is
easy to run in any browser. Open index.html
to start.
If you are digesting this material as part of organised training, we recommend running through the setup process before you turn up on the day:
- Install Docker and Docker Compose
- Docker for Mac is a good option.
- Clone this repository
git clone https://github.com/realestate-com-au/intro-to-docker.git
- Run
./setup.sh
$ ./setup.sh
YAY: /var/run/docker.sock exists
YAY: I can talk to docker
Docker is at localhost
YAY: docker version 1.12.0
YAY: docker-compose version 1.8.0
Pulling some images to get you started ...