diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-08-23 16:12:06 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-08-23 16:12:08 -0400 |
commit | 8b1e88bf80b3cd650be04fd397f7b85d355788dd (patch) | |
tree | 6068e9a334a828c7af130dfee5f996ab17d420b4 /docs/source | |
parent | cf9c04ae2b61d1eed32a73aad2172d3455a5a9fa (diff) | |
download | podman-8b1e88bf80b3cd650be04fd397f7b85d355788dd.tar.gz podman-8b1e88bf80b3cd650be04fd397f7b85d355788dd.tar.bz2 podman-8b1e88bf80b3cd650be04fd397f7b85d355788dd.zip |
Fix documentation of use of tcp connections
Fixes: https://github.com/containers/podman/issues/15430
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-system-service.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md index 99fde8ce4..3e7a00362 100644 --- a/docs/source/markdown/podman-system-service.1.md +++ b/docs/source/markdown/podman-system-service.1.md @@ -8,7 +8,7 @@ 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*) |