Skip to content

docker

Docker

Docker module has no specific configuration parameters, see BaseModule.

Warning

This module needs the user to be in the docker group to get sufficient permissions to connect to docker. If not present yet, the docker group has to be created.

sudo addgroup docker
sudo adduser $(whoami) docker

It's totally fine if the above command produce the following outputs:

sudo addgroup docker
fatal: The group `docker' already exists.
sudo adduser $(whoami) docker
info: The user `alessandro' is already a member of `docker'.