Docker for DevOps Engineers.
Task:
Create a new user account that you want to use to run Docker containers.
adduser kajal
Add the new user to the "docker" group to give them permission to run Docker commands:
sudo usermod -aG docker kajal
Reboot the instance for the changes ...
kajalgirdhar05.hashnode.dev1 min read