Get started with Docker through exercises.
- understand the basics of Docker for local development
- understand and practice image and container management
- to execute binaries
- to run services
- understand and practice basics volume and network management
- you must have Docker desktop installed on your machine
- we will be working with Linux containers, a basic understanding of an OS may be necessary
ℹ️ all exercises are running on Windows and Visual Studio 2022 but nothing is specific to this environment.
Each directory contains an exercise to do.
- readme.md contains the subject
- readme.md contains the solution
- the other files will illustrate the build context of a binary or service that will have to run in a container
This Kata is mostly generated with GitHub copilot and is a work in progress. If you have any suggestions or spot error(s), please create an issue or a pull request.