Dockerize DOCKERIZE Dockerize
Docker Docker Docker Docker, Docker Docker. Docker Docker
Docker. Docker, Docker Docker. Docker Docker Docker. Docker
Docker Docker, Docker, Docker Docker, Docker. Docker Docker.
pbzweihander
2
Speaker
@pbzweihander
2017-***59
- Head of UPnL
- Member of Bacchus
- Rustacean
3
Docker
Docker is a computer program
that performs operating-
system-level-virtualization,
a.k.a. containerization.
- Wikipedia
Container based Virtualization
Platform
4
Docker
5
Container
Virtualization, for Process, not OS.
6
Container
7
Image
- Immutable state for container
- Includes settings, files, binary, dependency, etc.
- We “run” images, and it becomes “container”.
- Image can be distributed with Docker Hub, or private
Docker repository.
8
Image
9
Layer
Live Coding Show
11
Docker Compose
A tool for defining and running multi-container Docker
applications.
12
Docker Compose
- docker-compose.yml
- Overlay Network
13
Docker Compose
Live Coding Show (again)
15
Docker Swarm
Server Orchestration Tool
With Docker
Thank you
Any questions?

Dockerize