Alow not a DinD mode of operation
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-07-28 18:24:39 +02:00
parent b4057e26e5
commit 836c1329fa
6 changed files with 199 additions and 36 deletions

View File

@@ -20,6 +20,7 @@ type Daemon struct {
MTU string // Docker daemon mtu setting
IPv6 bool // Docker daemon IPv6 networking
Experimental bool // Docker daemon enable experimental mode
NotHiddenSocket bool // Docker daemon does listen on standard socket /var/run/docker.sock
}
func StartDaemon(d Daemon) error {