Skip to content

Commit

Permalink
Added possible restart required to enforce permission changes
Browse files Browse the repository at this point in the history
Based on experience with UoB new Fossa install.
  • Loading branch information
bullox authored Dec 14, 2021
1 parent 472eef9 commit dcd6997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcd6997

Please sign in to comment.