diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index fc94444..30e1dc4 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -43,7 +43,7 @@ This will install Docker, accessible using `sudo` root privileges only. To use d sudo groupadd docker sudo usermod -aG docker $USER -2. Log out and log in again to enforce changes +2. Log out and log in again to enforce changes (may need to restart) 3. Verify that it was successful: docker run hello-world