227 B
227 B
.docname {Docker} .include {docs}
Install the package docker. Make sure that the user is in the group docker:
sudo usermod -aG docker $USER.
If the group does not yet exist, it can be created with groupadd -r docker.