From 82e83b952cb372b489bee5a64f853d36d844048f Mon Sep 17 00:00:00 2001 From: Raushan sharma <104249536+Rawshansharma@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:33:41 +0530 Subject: [PATCH] add-docker-docs (#1905) * add-docker-docs * chore: update name as per suggestion Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com> --------- Co-authored-by: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com> --- database/devops/docker.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/database/devops/docker.json b/database/devops/docker.json index a1cd563fe..10ab5f027 100644 --- a/database/devops/docker.json +++ b/database/devops/docker.json @@ -12,5 +12,13 @@ "url":"https://kodekloud.com/lessons/introduction-9/", "category":"devops", "subcategory":"docker" + }, + { + "name":"Docker Documentation", + "description":"Docker is a popular platform for developing, shipping, and running applications in containers. The official Docker documentation serves as a comprehensive resource for users, offering detailed information, guidance, and best practices for effectively using Docker and its related tools.", + "url":"https://docs.docker.com/", + "category":"devops", + "subcategory":"docker" } + ]