From eaeebbde8cdb11e654d6691229cc6dda85d06d71 Mon Sep 17 00:00:00 2001 From: Dimitrios Makris <37498055+JimakosOSX@users.noreply.github.com> Date: Mon, 27 Feb 2023 00:36:54 +0200 Subject: [PATCH] Update Docker.md (#2321) Fix typo --- docs/Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Docker.md b/docs/Docker.md index 1c401683..6d6b5287 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. Refer to https://docs.docker.com/engine/install/ for assistance. +2. Install Docker as per required 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`