https://be.linkedin.com/in/tomeyckmans
@teyckmans
Tom Eyckmans
What is a container?
 Contains everything needed to run a process
 Layered
 Versioned
Image/Container Example
Local Workflow
Global Workflow
Docker Engine
 Docker command line
 Create images from docker files
 Run containers from images
Docker File Example
Kitematic
 UI on top of the docker command line
Docker Machine
 Create docker hosts
 Google Compute Engine
 Azure
 ‘VirtualBox’
 Amazon Web Services
 …
Docker Compose
 Multi-container applications
Docker Registry
 Central repository for images
Docker Swarm
 Clustering for docker
 Use multiple docker hosts as one

Ignite docker