mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
Merge pull request #17649 from vpavlin/patch-1
[CI:DOCS] Fix user socket path in README
This commit is contained in:
@ -26,7 +26,7 @@ It can be handy to run the system service manually. Doing so allows you to enab
|
||||
$ podman --log-level=debug system service -t0
|
||||
```
|
||||
If you do not provide a specific path for the socket, a default is provided. The location of that socket for
|
||||
rootful connections is `/run/podman/podman.sock` and for rootless it is `/run/USERID#/podman/podman.sock`. For more
|
||||
rootful connections is `/run/podman/podman.sock` and for rootless it is `/run/user/USERID#/podman/podman.sock`. For more
|
||||
information about the Podman system service, see `man podman-system-service`.
|
||||
|
||||
### Creating a connection
|
||||
|
Reference in New Issue
Block a user