1
0
mirror of https://github.com/rancher/types.git synced 2025-04-27 18:25:05 +00:00

Add InitBinary/SecurityOptions to DockerInfo

This commit is contained in:
Sebastiaan van Steenis 2020-06-08 18:32:11 +02:00
parent 12f6c09793
commit 79d36fe1b5

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