From 253156b1e0490bcdb4055a0a9499941f72599627 Mon Sep 17 00:00:00 2001 From: Manoj Nawale <153528900+manoj-nawale@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:08:12 +0100 Subject: [PATCH 1/3] Add Docker entry to logos.json --- logos.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/logos.json b/logos.json index 45fcc23..eb79963 100644 --- a/logos.json +++ b/logos.json @@ -175,6 +175,10 @@ "name": "DuckDB", "category": "Database" }, + "docker": { + "name": "Docker", + "category": "Containerization " + }, "erathos": { "name": "Erathos", "category": "ETL" From 4c47ada013c0d1c9a0c9164a384f91a6ca494424 Mon Sep 17 00:00:00 2001 From: Manoj Nawale <153528900+manoj-nawale@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:13:05 +0100 Subject: [PATCH 2/3] Fix formatting of category in logos.json --- logos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logos.json b/logos.json index eb79963..c534a29 100644 --- a/logos.json +++ b/logos.json @@ -177,7 +177,7 @@ }, "docker": { "name": "Docker", - "category": "Containerization " + "category": "Containerization" }, "erathos": { "name": "Erathos", From 7f5d6c2c3c570cafad1793e5aa7bcd1d359a202f Mon Sep 17 00:00:00 2001 From: Manoj Nawale <153528900+manoj-nawale@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:16:02 +0100 Subject: [PATCH 3/3] docker logo While developing data engineering projects that I ship in containers, I realized a logo would be beneficial for everyone. I hope it gets accepted. --- svgs/docker.svg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 svgs/docker.svg diff --git a/svgs/docker.svg b/svgs/docker.svg new file mode 100644 index 0000000..eba6cc4 --- /dev/null +++ b/svgs/docker.svg @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file