Docker Controller Hub¶
Install docker¶
Add the current admin user to the docker group
sudo usermod -a -G docker sharpadm
sudo usermod -a -G docker atraides
Set the correct permission for the docker folder
sudo chown -R root:docker /srv/docker
sudo chmod g+sw /srv/docker
sudo setfacl -m d:g:docker:rwx /srv/docker