Skip to content

iu-uits-es/statewide-it-2017-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Statewide IT 2017 Docker Sessions

This project contains code for the two Docker sessions at Statewide IT 2017. This uses a simple, three-tier todo list application as a sample for the demos and exercises. There are versions written in Java, ASP.NET and Node.js to provide something that may be familiar to you. You can pick any of the three codebases for the exercises and all three work the same way.

Docker for Developers

What's New in Docker?

Project Branches

  • master - Contains all of the source code for getting started with the exercises for the Docker for Developers workshop.
  • alternate-color - One of the exercises uses this branch to show how to update a project running in Docker.
  • final - Contains a Dockerfile and docker-stack.yml file for each project. These are built during the workshops but are provided here so you can review them later.
  • demo - Contains source code for the demos during the presentation.
  • gh-pages - Holds the presentation and demo scripts.