Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
2023-09-28 21:33:43 +01:00

View File

@@ -1,6 +1,18 @@
# docker # docker
[TOC] ## Setup
### Alphine
source https://wiki.alpinelinux.org/wiki/Docker
```bash
apk add docker
addgroup username docker
rc-update add docker default
service docker start
```
## Volumes ## Volumes