This commit is contained in:
2026-04-27 01:30:33 +02:00
parent 9e29b8b096
commit 49e7930541
80 changed files with 924 additions and 703 deletions

View File

@@ -4,8 +4,9 @@ tags:
- documentation
- virtualization
requires:
- groups
- system/groups.md
---
```sh
sudo pacman -S docker
```
@@ -21,7 +22,7 @@ sudo systemctl start docker
You need to either log out and back in again to be in the docker group, or run everything as root.
```sh
# docker info
docker info | less -Ri
```
This should show you things are working.