forked from Ivasoft/github-actions
Alow not a DinD mode of operation
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user