Launching Containers
Learn how to launch containers using docker
Deploying ASP.NET Core as Docker Container
Learn how to deploy ASP.NET Core inside a Docker Container
Deploy ScriptCs and WebApi2 as Docker Container
Learn how to deploy ASP.NET Core inside a Docker Container
Deploy NancyFX and Mono as Docker Container
Learn how to deploy NancyFX 2.0 inside a Docker Container
Deploy F# and Suave as Docker Container
Learn how to deploy Suave Web Server using F# inside a Docker Container
Deploy Node.js and Express.js as Docker Container
Learn how to deploy Express.js using Node.js inside a Docker Container
Creating Networks Between Containers using Links
Learn how containers communicate via links
Creating Networks Between Containers using Networks
Learn how containers communicate via networks
Persisting Data Using Volumes
Learn how to persist and share data between containers using Volumes
Ensuring Uptime with Restart Policies
Understand how you can use Docker to ensure your containers stay up
Orchestration using Docker Compose
Learn how to use Docker Compose to orchestration multi-container applications
Load Balancing Containers
Learn how you can use NGINX to load balance containers using Service Discovery & Docker's Metadata
Docker Swarm
Learn how to manage clusters using Docker Swarm
Deploying Weave Net
In this scenario you will learn how to use Weave Net for networking
Deploying Weave Scope
Learn about container visibility & monitoring using Scope
Private Docker Registry
Deploy a Private Docker Registry with SSL support
Build Docker Images with Jenkins
Learn how to use Jenkins to build Docker Images