This 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.
or
brew tap caskroom/cask
brew cask install docker
- Clone this repository
git clone https://github.com/realestate-com-au/intro-to-docker.git
- Run
./setup.sh
(estimated download size is 1.5GB)
$ ./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 ...
- You can then open the slides from your local copy:
open index.html