docs/server-os/posts/03-container-management-podman-runit.md: update

This commit is contained in:
Luc Bijl 2025-08-16 15:18:25 +02:00
parent 3871127f43
commit e063a86dff

View file

@ -104,7 +104,7 @@ sh$ podman run --rm hello-world
To run a single container create:
``` shell title="~/.config/sv/<container-name>/run"
``` shell title="~/.config/sv/{container-name}/run"
#!/bin/sh
command="/usr/bin/podman"
@ -360,4 +360,4 @@ Make it executable and link it to the service directory:
``` shell-session
sh$ chmod +x ~/.config/sv/caddy/run
sh$ ln -s <home>/.config/sv/caddy <home>/.local/service
```
```