mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
doc: Fix examples for 'podman system service'
Signed-off-by: Matej Marusak <mmarusak@redhat.com>
This commit is contained in:
@ -32,12 +32,12 @@ Print usage statement.
|
||||
|
||||
Run an API listening for 5 seconds using the default socket.
|
||||
```
|
||||
podman service --timeout 5000
|
||||
podman system service --timeout 5000
|
||||
```
|
||||
|
||||
Run the podman varlink service with an alternate URI and accept the default timeout.
|
||||
```
|
||||
$ podman service --varlink unix:/tmp/io.podman
|
||||
$ podman system service --varlink unix:/tmp/io.podman
|
||||
```
|
||||
|
||||
## SEE ALSO
|
||||
|
Reference in New Issue
Block a user