From f9b727041d6422bb01d3ccbd1a3184cdd8bc2fc8 Mon Sep 17 00:00:00 2001 From: furkan Date: Sun, 18 Jan 2026 17:54:21 +0300 Subject: [PATCH] Add dockerlings (#1208) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70e9887..41e4ee8 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker/) - [Docker katas](https://github.com/eficode-academy/docker-katas) A series of labs that will take you from "Hello Docker" to deploying a containerized web application to a server. - [Docker simplified in 55 seconds](https://www.youtube.com/watch?v=vP_4DlOH1G4): An animated high-level introduction to Docker. Think of it as a visual tl;dr that makes it easier to dive into more complex learning materials. - [Docker Training](https://training.mirantis.com) :heavy_dollar_sign: +- [Dockerlings](https://github.com/furkan/dockerlings): Learn docker from inside your terminal, with a modern TUI and bite sized exercises (by [furkan](https://github.com/furkan)) - [Introduction à Docker](https://blog.stephane-robert.info/docs/conteneurs/moteurs-conteneurs/docker/) A dedicated section to master Docker on a French site about DevSecOps: From the basics to best practices, including optimizing, securing your containers... - [Learn Docker](https://github.com/dwyl/learn-docker): step-by-step tutorial and more resources (video, articles, cheat sheets) by [@dwyl](https://github.com/dwyl)