Skip to content

Releases: abenevaut/docker-kata

1.1.3

02 Sep 11:28

Choose a tag to compare

1.1.2

22 Feb 16:51
412990a

Choose a tag to compare

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

22 Feb 10:01
e546e10

Choose a tag to compare

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

19 Feb 21:09
8de2f24

Choose a tag to compare

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

09 Jan 19:24
cb8ecad

Choose a tag to compare

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