From 78d1794a2a69a77bb339edbdc35c9234fcc40898 Mon Sep 17 00:00:00 2001 From: Katrina Knight Date: Fri, 31 Mar 2023 22:40:24 +0100 Subject: [PATCH] docs: Move Post install ink to infobox Moved Post-Install link to inbobox to make it more visible. --- engine/install/ubuntu.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/engine/install/ubuntu.md b/engine/install/ubuntu.md index c2aa4b01e3..44a07c86c9 100644 --- a/engine/install/ubuntu.md +++ b/engine/install/ubuntu.md @@ -180,11 +180,10 @@ Docker from the repository. This command downloads a test image and runs it in a container. When the container runs, it prints a confirmation message and exits. -You have now successfully installed and started Docker Engine. The `docker` user -group exists but contains no users, which is why you're required to use `sudo` -to run Docker commands. Continue to [Linux post-install](linux-postinstall.md) -to allow non-privileged users to run Docker commands and for other optional -configuration steps. +You have now successfully installed and started Docker Engine. +> The `docker` user group exists but contains no users, which is why you're required +> to use `sudo` to run Docker commands. Continue to [Linux post-install](linux-postinstall.md) +> to allow non-privileged users to run Docker commands and for other optional configuration steps. #### Upgrade Docker Engine