Releases: abenevaut/docker-kata
Releases · abenevaut/docker-kata
1.1.3
1.1.2
Use Docker images and containers as tool or service.
The very beginning to start to use and understand Docker by very simple exercices.
Milestone 1.1.2
Updated
- Articles from 001 to 006 were updated to make text and syntax corrections
1.1.1
Use Docker images and containers as tool or service.
The very beginning to start to use and understand Docker by very simple exercices.
Milestone 1.1.1
Updated
- Article 000 was updated to make text and syntax corrections
1.1.0
Use Docker images and containers as tool or service.
The very beginning to start to use and understand Docker by very simple exercices.
Milestone 1.1.0
Updated
- Articles from 000 to 005 were updated to add details about Docker workdir & volumes
- Articles from 000 to 005 were updated to add general details
1.0.0
Use Docker images and containers as tool or service.
The very beginning to start to use and understand Docker by very simple exercices.
Milestone 1.0.0
Added
- Docker Starter Kit: Master the essentials of building, managing, and deploying applications with Docker, from images and containers to volumes and networks
- Hello, World! Exercise: Learn to compile C programs consistently across systems using Docker and the GCC image, ensuring portability and an isolated environment
- FROM scratch: Learn to create a minimal Docker image using a statically compiled C program for ultimate portability and simplicity
- Run your own Redis server in Docker and explore its power as a key-value store in a simple, isolated environment
- Set up Azure SQL Edge services with Docker to explore persistent data storage using volumes and host-mounted directories