The latest release is published at https://dwwx.space
This is the full workshop content, which can be tailored for individual deliveries.
Docker is a platform for running applications in lightweight units of compute called containers. You can run new and old apps in containers, and get increased portability, security and efficiency for your software. The platform supports the full development and deployment lifecycle - with Docker you can build, ship and run any app anywhere.
Docker has production support for containers on Windows Server 2016, and Windows containers don't need separate licencing. Migrating your apps to Docker is a great way to increase utilization in your datacenter, or to prepare for a move to the cloud. When your app is running in Docker, it's easy to break features out and run them in separate containers, so you can deploy updates to your app without a full regression test.
In this workshop you'll use Docker EE on Windows Server 2016*. In the morning you'll learn:
- how Docker containers work on Windows
- how to package existing .NET apps using Docker
- how to break features out from a monolith into separate containers
- how to add monitoring to your containers
For full-day workshops, in the afternoon you'll carry on and learn:
- how Docker supports resilience and scale on a single server
- how to run a full CI pipeline using Docker
- how Docker swarm mode provides production-grade orchestration.
It doesn't matter if you're from a dev or an ops background, you'll learn how the Docker platform benefits all aspects of IT.
* - you don't need your own Windows Server machine, you'll be provided with a VM in the cloud. You just need a Remote Desktop client so you can connect.
This workshop is a living thing. There are tags or branches for previous versions.
-
buildstufflt18 - BuildStuff Lithuania 2018, hosted here
-
techoramanl18 - Techorama NL 2018, hosted here
-
docker-bangalore-18 - From the Docker Bangalore MeetUp, April
-
winops-feb18 - From the London WinOps MeetUp #19, February
-
xpirit-17 - From Xpirit's Docker on Microsoft MeetUp
-
dockercon-eu-17 - from DockerCon EU
-
winops-17 - from WinOps Conference
-
containercamp-17 - from Container Camp London
-
devsum-17 - from DevSum 2017
├───app
├───docker
├───slides
├───src
├───workshop
└───_archive
app
- Docker Compose files covering the evolution of the demo appdocker
- Dockerfiles and content for the container imagesslides
- workshop content published with Reveal.js to dwwx.spacesrc
- source code for the .NET solutionworkshop
- logistics for in-person workshops_archive
- all the old content, preserved during transition to Reveal.js