From ec3601d107efd86c4549a2fa5dfb544f70edd20c Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 26 Jun 2023 13:18:58 +0100 Subject: [PATCH] update docker install guide --- guides/install-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/install-docker.md b/guides/install-docker.md index ef09acc..7493870 100644 --- a/guides/install-docker.md +++ b/guides/install-docker.md @@ -8,7 +8,7 @@ editor: markdown dateCreated: 2023-06-26T10:43:59.640Z --- -# How to install Docker +# How to install Docker on Ubuntu 22.04 This guide provides step-by-step instructions for installing Docker Community Edition (CE) on Ubuntu, specifically tested on version 22.04. Docker is a powerful tool for containerization, allowing you to separate different services into individual containers and offering better resource efficiency compared to virtual machines.