Files
doc/software/008-docker.qd
2026-08-15 17:55:33 +02:00

8 lines
227 B
Plaintext

.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`.