Skip to content

idiotwithalaptop/intro-to-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ...

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.0%
  • HTML 9.8%
  • CSS 2.5%
  • C# 1.9%
  • Shell 1.2%
  • Nginx 0.6%
  • Other 1.0%