v1p19

package
v1.4.2-0...-967e49b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package v1p19 provides specific API types for the API version 1, patch 19.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerConfig

type ContainerConfig struct {
	*runconfig.Config

	MacAddress      string
	NetworkDisabled bool
	ExposedPorts    map[nat.Port]struct{}

	// backward compatibility, they now live in HostConfig
	VolumeDriver string
	Memory       int64
	MemorySwap   int64
	CPUShares    int64  `json:"CpuShares"`
	CPUSet       string `json:"Cpuset"`
}

ContainerConfig is a backcompatibility struct for APIs prior to 1.20.

type ContainerJSON

type ContainerJSON struct {
	*types.ContainerJSONBase
	Volumes   map[string]string
	VolumesRW map[string]bool
	Config    *ContainerConfig
}

ContainerJSON is a backcompatibility struct for APIs prior to 1.20. Note this is not used by the Windows daemon.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL