mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-02-20 01:00:22 +08:00
8 lines
100 B
Go
8 lines
100 B
Go
//go:build !windows
|
|
|
|
package commands
|
|
|
|
const (
|
|
defaultDockerHost = "unix:///var/run/docker.sock"
|
|
)
|