Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 842 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 842 Bytes

An introduction to Docker

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:

  1. Install Docker and Docker Compose
  1. Clone this repository
git clone https://github.com/realestate-com-au/intro-to-docker.git
  1. 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 ...