Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DockerComposeCLIVersion ¶
NOTE: this doesn't necessarily points to a docker compose v1 installation. Sometimes, 'docker-compose' is an alias to the docker compose v2 plugin.
func DockerComposeVersion ¶
Types ¶
type DockerConfig ¶
type DockerConfig struct {
Auths map[string]DockerConfigAuthEntry `json:"auths" datapolicy:"token"`
}
func NewDockerConfig ¶
func NewDockerConfig(credentials []api.ImagePullCredentials) (*DockerConfig, error)
type DockerConfigAuthEntry ¶
Click to show internal directories.
Click to hide internal directories.