Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-abdalazez authored Nov 29, 2023
1 parent efcf2ab commit 2876ecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@
- You can use the repo [docker-install](https://github.com/docker/docker-install), which is virified by Docker, or see the [Docker Docs](https://docs.docker.com/).
- After that, check if the installation is done by running ```docker info```.
- If you faced issue is related to privilege or permissions, it's essential to ensure that your user has the necessary privileges to interact with Docker.
- So you have to add the user to the Docker Group:->
```sudo usermod -aG docker $USER```
- After running this command, restart your system for the changes to take effect.

0 comments on commit 2876ecb

Please sign in to comment.