# Docker & Co. leicht gemacht Nicholas Dille, Haufe.Group
Docker Captain
Microsoft MVP
@nicholasdille
## Agenda | From | To | What | |-------|-------|----------------| | 09:00 | | Let's roll | | 10:45 | 11:00 | Coffee Break | | 11:00 | 12:30 | Let's continue | | 12:30 | 13:00 | Q&A | | | 13:00 | The End | -- ## Chapters Containers: [Concepts](#/concepts) // [Interactive containers](#/interactive) // [Background containers](#/background) // [Container management](#/container_management) // [Networking](#/networking) // [Data exchange](#/copy) Images: [Docker Hub](#/image_management) // [Dockerfile](#/build) // [Registry](#/image_registry) // [Multi-stage builds](#/multi-stage) Digression 1: [Standards](#/standards) // [Tools](#/tools) Volumes: [Bind Mounts](#/bind_mount) // [Volumes](#/bind_mount) Digression 2: [Competition](#/competitors) Managing services: [docker-compose](#/docker_compose) Troubleshooting: [`FROM scratch`](#/debug_from_scratch) // [Networking](#/debug_networking) // [Commando](#/commando) -- ## Demos Virtual machine Linux Distribution [supported by Docker](https://docs.docker.com/engine/install/) `curl -fsSL https://get.docker.com | sh` [Play with Docker](https://labs.play-with-docker.com) ### What about Windows Concepts are identical
## Containers
## Container Images
## Standards and Tools
## Volumes
## docker-compose
## Troubleshooting
## Summary Introduction to containers using Docker Manage interactive as well as detached containers Deploy services using `docker compose` Troubleshooting for containers Slides will be made available [
](https://github.com/nicholasdille/container-slides/releases/tag/20221027) ### Upcoming talks / other content 2022-11-10 [Container-Orchestrierung mit Kubernetes](https://webinare.heise.de/kubernetes/container-orchestrierung-mit-kubernetes/) 2022-11-24 [Monitoring für Kubernetes und Cloud Native](https://webinare.heise.de/kubernetes/monitoring-fuer-kubernetes/) 2022-12-01 [Sicherheit im Kubernetes-Cluster](https://webinare.heise.de/kubernetes/security-im-kubernetes-cluster/) Video-Kurs [Container-Orchestrierung mit Kubernetes leicht gemacht](https://shop.heise-academy.de/kubernetes-container-orchestrierung-leicht-gemacht)