From 1d4e39905be3c305951f9117670164c0be0caacd Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 26 Jun 2023 13:04:48 +0100 Subject: [PATCH] update docker guide --- guides/install-docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/install-docker.md b/guides/install-docker.md index 502c5b5..7a7b4b4 100644 --- a/guides/install-docker.md +++ b/guides/install-docker.md @@ -57,4 +57,6 @@ This command displays the version of Docker installed on your system. You should Docker version 23.0.6, build ef23cbc ``` +## Finished + Congratulations! You have now installed Docker Community Edition on your Ubuntu machine. Docker is ready to be used, allowing you to leverage the power of containerization for your projects and applications.