Skip to content

Commit

Permalink
update docker command to add user directly in docs (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamueluth committed Aug 20, 2024
1 parent c154760 commit 46085aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can verify that you have docker successfully installed by running:
which should print out a "Hello from Docker!" message.

.. note::
However make sure your user is in the docker group. Check with: ``groups`` command. To add your user to the docker group run: ``sudo usermod -aG docker <username>``.
However make sure your user is in the docker group. Check with: ``groups`` command. To add your user to the docker group run: ``sudo usermod -aG docker $(whoami)``.

Useful commands
""""""""""""""""
Expand Down

0 comments on commit 46085aa

Please sign in to comment.