Update README.md
This commit is contained in:
parent
709fa01733
commit
f38777dfa4
1 changed files with 6 additions and 0 deletions
|
@ -55,4 +55,10 @@ podman ps
|
|||
# CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
# f060983acae5 quay.io/podman/stable:latest podman system ser... 38 seconds ago Up 38 seconds systemd-podman-runtime
|
||||
# 0bd5990960eb data.forgejo.org/forgejo/runner:9 /bin/sh -c sleep ... 37 seconds ago Up 37 seconds systemd-forgejo-runner
|
||||
```
|
||||
|
||||
To enable automatic start-up on boot, your user needs to have "lingering" enabled in SystemD:
|
||||
|
||||
```sh
|
||||
sudo loginctl enable-linger $USER
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue