Start podman socket immediately
This commit is contained in:
parent
1104473546
commit
b47e670e0b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ machinectl shell --uid forgejo-runner # <-- This is basically "sudo -Hi XXX" but
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
systemctl enable --user podman.socket
|
systemctl --user enable --now podman.socket
|
||||||
echo 'export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock' >> ~/.profile
|
echo 'export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock' >> ~/.profile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue