diff --git a/types.go b/types.go index 060702c2a88c7..5e8e54686328c 100644 --- a/types.go +++ b/types.go @@ -15,9 +15,7 @@ type ContainerConfig struct { StdinOnce bool Env []string Cmd []string - Dns []string Image string - VolumesFrom string WorkingDir string Entrypoint []string NetworkDisabled bool @@ -31,6 +29,9 @@ type HostConfig struct { PortBindings map[string][]PortBinding Links []string PublishAllPorts bool + Dns []string + DnsSearch []string + VolumesFrom []string } type PortBinding struct {