Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abenevaut/docker-kata
Get started with Docker through exercises
https://github.com/abenevaut/docker-kata
Last synced: 7 days ago
JSON representation
Get started with Docker through exercises
- Host: GitHub
- URL: https://github.com/abenevaut/docker-kata
- Owner: abenevaut
- Created: 2024-07-14T17:01:34.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-28T19:28:42.000Z (8 days ago)
- Last Synced: 2024-12-28T20:23:50.480Z (8 days ago)
- Language: C
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker kata
Get started with Docker through exercises.
## Objectives
- 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## Prerequisite
- you must have [Docker desktop](https://docs.docker.com/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.
## Exercises
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## Please help us to improve it
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.## See also
- https://learn.microsoft.com/en-us/visualstudio/containers/?view=vs-2022