From e84b16d7fca34b97be5b4c114039bb8bdd65a830 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Wed, 13 Jul 2022 05:53:59 +1000 Subject: [PATCH] Update Docker.md Add URL for Docker installation assistance --- docs/Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Docker.md b/docs/Docker.md index 7307c64e..4f29d5e9 100644 --- a/docs/Docker.md +++ b/docs/Docker.md @@ -25,7 +25,7 @@ Additionally there are specific version release tags for each release. Refer to ## Basic Setup ### 0. Install docker using your distribution platform's instructions 1. Ensure that SELinux has been disabled on your system. A reboot may be required to ensure that this is correctly disabled. -2. Install Docker as per requried for your platform +2. Install Docker as per requried for your platform. Refer to https://docs.docker.com/engine/install/ for assistance. 3. Obtain your normal, non-root user UID and GID by using the `id` command 4. As your normal, non-root user, ensure that you can run `docker run hello-world` *without* using `sudo`