change podman socket path

add podman user socket
This commit is contained in:
TheFox0x7 2023-08-18 19:49:41 +02:00
parent 03f0829d09
commit 55d5289f3e
No known key found for this signature in database
GPG key ID: 6CA33903484AF7C2

View file

@ -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",
}