1
0
mirror of https://github.com/rancher/types.git synced 2025-08-16 11:36:24 +00:00

Add InitBinary/SecurityOptions to DockerInfo

This commit is contained in:
Sebastiaan van Steenis 2020-06-08 18:32:11 +02:00
parent a8a73960f6
commit 170bcc77a5

View File

@ -106,7 +106,9 @@ type DockerInfo struct {
OSType string
Architecture string
IndexServerAddress string
InitBinary string
DockerRootDir string
SecurityOptions []string
HTTPProxy string
HTTPSProxy string
NoProxy string