change podman socket path
add podman user socket
This commit is contained in:
parent
03f0829d09
commit
55d5289f3e
1 changed files with 2 additions and 1 deletions
|
@ -163,9 +163,10 @@ func initLogging(cfg *config.Config) {
|
|||
|
||||
var commonSocketPaths = []string{
|
||||
"/var/run/docker.sock",
|
||||
"/var/run/podman/podman.sock",
|
||||
"/run/podman/podman.sock",
|
||||
"$HOME/.colima/docker.sock",
|
||||
"$XDG_RUNTIME_DIR/docker.sock",
|
||||
"$XDG_RUNTIME_DIR/podman/podman.sock",
|
||||
`\\.\pipe\docker_engine`,
|
||||
"$HOME/.docker/run/docker.sock",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue