Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.12 KB

File metadata and controls

28 lines (18 loc) · 1.12 KB

Docker 101 Tutorials

These tutorials accompany a short presentation given at April's Django District.

This repo includes a Vagrantfile and Ansible playbook which provision a docker daemon on an Ubuntu 14.04 LTS server to minimize time students spend configuring their environments.

Introductory tutorial

This tutorial is for people new to docker. It covers:

  • Docker basics
  • Dockerizing your own apps
  • Managing your development environment with Fig

See the intro subdirectory to get started.

Advanced tutorial

For people who have used docker before. It includes a survey of different docker projects, plus an exercise to get you working with the docker API. Students will:

  • Check out Drone, Deis, and Tutum
  • Play with the docker API
  • Discuss how you're using docker with other folks

See the advanced subdirectory to get started.