package v1p19

import "github.com/docker/docker/api/types/versions/v1p19"

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

Index

Types

type ContainerConfig

type ContainerConfig struct {
	*container.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
	NetworkSettings *v1p20.NetworkSettings
}

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

Source Files

types.go

Version
v23.0.1+incompatible
Published
Feb 9, 2023
Platform
linux/amd64
Imports
4 packages
Last checked
45 minutes ago

Tools for package owners.