Skip to content

Latest commit

 

History

History

docker-update-permissions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Docker Update Permissions

Problem

One of the Nautilus project developers need access to run docker commands on App Server 3. This user is already created on the server. Accomplish this task as per details given below:

User kareem is not able to run docker commands on App Server 3 in Stratos DC, make the required changes so that this user can run docker commands without sudo.

Solution

Add the user to the docker group

sudo usermod -aG docker kareem