/docker-workshop

A docker workshop for students

Primary LanguageRubyMIT LicenseMIT

Docker workshop

This repository is an introduction to the Docker tool.
The objective is to work with the docker-engine to run some images, build an app and launch a dev stack with multiple services using docker-compose.

All the tools and projects used in this presentation are available on GitHub (mine or from other people).

Requirements

Docker 1.13+ and docker-compose 1.10+ must be installed on your system for this workshop.
The installation manuals are available at :

Goals

At the end of this workshop you should be able to :

  • run docker images
  • build your own images
  • push images to a registry
  • launch a dev stack implying multiples services
Previous Next
Basics