Home

Published

- 1 min read

docker post installation steps linux

img of docker post installation steps linux

The solution for this is noted below

docker post installation steps linux

Solution

   # Creates docker group
sudo groupadd docker

# Add your user to the docker group
sudo usermod -aG docker $USER

# Log out and log back in so that your group membership is re-evaluated
# GNOME example
gnome-session-quit

Try other methods by searching on the site. That is if this doesn’t work