docs/server-os/posts/03-container-management-podman-runit.md: update
This commit is contained in:
parent
3871127f43
commit
e063a86dff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue