diff --git a/types.go b/types.go index 6bf197e..50d1743 100644 --- a/types.go +++ b/types.go @@ -43,6 +43,7 @@ type HostConfig struct { Dns []string DnsSearch []string VolumesFrom []string + SecurityOpt []string NetworkMode string RestartPolicy RestartPolicy }