Documentation ¶
Overview ¶
Package v1p20 provides specific API types for the API version 1, patch 20.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerConfig ¶
type ContainerConfig struct { *runconfig.Config // backward compatibility, they now live in HostConfig VolumeDriver string }
ContainerConfig is a backcompatibility struct used in ContainerJSON for the API 1.20
type ContainerJSON ¶
type ContainerJSON struct { *types.ContainerJSONBase Mounts []types.MountPoint Config *ContainerConfig }
ContainerJSON is a backcompatibility struct for the API 1.20
Click to show internal directories.
Click to hide internal directories.