Post-installation steps for Linux:
#Manage Docker as a non-root user🔗
The Docker daemon binds to a Unix socket instead of a TCP port. By default that Unix socket is owned by the user root and other users can only access it using sudo. The Docker daemon always runs as the root user. $- sudo usermod -aG $USER
To create the docker group and add your user:
Create the docker group.