summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoli Babenia <anatoli@rainforce.org>2021-04-11 20:56:49 +0300
committerMatthew Heon <mheon@redhat.com>2021-04-16 11:43:05 -0400
commitb54fe553447cfce554ae966a0de7ee4cf4ed596d (patch)
tree3d1e3d07c60a0492325da4efd595c7b8f210ef80
parentf218d8849dd27d13a990bf998e64a40169e8674c (diff)
downloadpodman-b54fe553447cfce554ae966a0de7ee4cf4ed596d.tar.gz
podman-b54fe553447cfce554ae966a0de7ee4cf4ed596d.tar.bz2
podman-b54fe553447cfce554ae966a0de7ee4cf4ed596d.zip
Fix slashes in socket URLs
Signed-off-by: Anatoli Babenia <anatoli@rainforce.org>
-rw-r--r--docs/source/markdown/podman-system-service.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md
index 83ede074c..5ad4eff5b 100644
--- a/docs/source/markdown/podman-system-service.1.md
+++ b/docs/source/markdown/podman-system-service.1.md
@@ -8,10 +8,10 @@ podman\-system\-service - Run an API service
## DESCRIPTION
The **podman system service** command creates a listening service that will answer API calls for Podman. You may
-optionally provide an endpoint for the API in URI form. For example, *unix://tmp/foobar.sock* or *tcp:localhost:8080*.
+optionally provide an endpoint for the API in URI form. For example, *unix:///tmp/foobar.sock* or *tcp:localhost:8080*.
If no endpoint is provided, defaults will be used. The default endpoint for a rootful
-service is *unix:/run/podman/podman.sock* and rootless is *unix:/$XDG_RUNTIME_DIR/podman/podman.sock* (for
-example *unix:/run/user/1000/podman/podman.sock*)
+service is *unix:///run/podman/podman.sock* and rootless is *unix://$XDG_RUNTIME_DIR/podman/podman.sock* (for
+example *unix:///run/user/1000/podman/podman.sock*)
To access the API service inside a container:
- mount the socket as a volume