mirror of
https://github.com/containers/podman.git
synced 2025-05-21 09:05:56 +08:00
Fix slashes in socket URLs
Signed-off-by: Anatoli Babenia <anatoli@rainforce.org>
This commit is contained in:
@ -8,10 +8,10 @@ podman\-system\-service - Run an API service
|
|||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
The **podman system service** command creates a listening service that will answer API calls for Podman. You may
|
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
|
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
|
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*)
|
example *unix:///run/user/1000/podman/podman.sock*)
|
||||||
|
|
||||||
To access the API service inside a container:
|
To access the API service inside a container:
|
||||||
- mount the socket as a volume
|
- mount the socket as a volume
|
||||||
|
Reference in New Issue
Block a user