Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + var DeprecatedProperties = map[string]string + var ForbiddenProperties = map[string]string + var UnsupportedProperties = []string + type Config struct + Networks map[string]NetworkConfig + Secrets map[string]SecretConfig + Services []ServiceConfig + Volumes map[string]VolumeConfig + type ConfigDetails struct + ConfigFiles []ConfigFile + Environment map[string]string + WorkingDir string + type ConfigFile struct + Config Dict + Filename string + type DeployConfig struct + Labels map[string]string + Mode string + Placement Placement + Replicas *uint64 + Resources Resources + RestartPolicy *RestartPolicy + UpdateConfig *UpdateConfig + type Dict map[string]interface + type External struct + External bool + Name string + type HealthCheckConfig struct + Disable bool + Interval string + Retries *uint64 + Test []string + Timeout string + type IPAMConfig struct + Config []*IPAMPool + Driver string + type IPAMPool struct + Subnet string + type LoggingConfig struct + Driver string + Options map[string]string + type NetworkConfig struct + Driver string + DriverOpts map[string]string + External External + Internal bool + Ipam IPAMConfig + Labels map[string]string + type Placement struct + Constraints []string + type Resource struct + MemoryBytes UnitBytes + NanoCPUs string + type Resources struct + Limits *Resource + Reservations *Resource + type RestartPolicy struct + Condition string + Delay *time.Duration + MaxAttempts *uint64 + Window *time.Duration + type SecretConfig struct + External External + File string + Labels map[string]string + type ServiceConfig struct + CapAdd []string + CapDrop []string + CgroupParent string + Command []string + ContainerName string + DNS []string + DNSSearch []string + DependsOn []string + Deploy DeployConfig + Devices []string + DomainName string + Entrypoint []string + Environment map[string]string + Expose []string + ExternalLinks []string + ExtraHosts map[string]string + HealthCheck *HealthCheckConfig + Hostname string + Image string + Ipc string + Labels map[string]string + Links []string + Logging *LoggingConfig + MacAddress string + Name string + NetworkMode string + Networks map[string]*ServiceNetworkConfig + Pid string + Ports []string + Privileged bool + ReadOnly bool + Restart string + Secrets []ServiceSecretConfig + SecurityOpt []string + StdinOpen bool + StopGracePeriod *time.Duration + StopSignal string + Tmpfs []string + Tty bool + Ulimits map[string]*UlimitsConfig + User string + Volumes []string + WorkingDir string + type ServiceNetworkConfig struct + Aliases []string + Ipv4Address string + Ipv6Address string + type ServiceSecretConfig struct + GID string + Mode uint32 + Source string + Target string + UID string + type UlimitsConfig struct + Hard int + Single int + Soft int + type UnitBytes int64 + type UpdateConfig struct + Delay time.Duration + FailureAction string + MaxFailureRatio float32 + Monitor time.Duration + Parallelism *uint64 + type VolumeConfig struct + Driver string + DriverOpts map[string]string + External External + Labels map[string]string v1.13.1-rc2 Feb 6, 2017 v1.13.1-rc1 Jan 27, 2017