diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-24 09:59:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 09:59:31 -0400 |
commit | 082388a159229dd84cef1b8fac223b7aa1b864a7 (patch) | |
tree | d3651e596a24a82ff9988354c5e891ddab40444b /docs/source | |
parent | 0f92cf22a69876975ca6ad97a08751bf2008e257 (diff) | |
parent | 8b1e88bf80b3cd650be04fd397f7b85d355788dd (diff) | |
download | podman-082388a159229dd84cef1b8fac223b7aa1b864a7.tar.gz podman-082388a159229dd84cef1b8fac223b7aa1b864a7.tar.bz2 podman-082388a159229dd84cef1b8fac223b7aa1b864a7.zip |
Merge pull request #15439 from rhatdan/service
Fix documentation of use of tcp connections
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*) |