package
0.11.4
Repository: https://github.com/hashicorp/waypoint.git
Documentation: pkg.go.dev

# README

Docker

The Docker plugin can build a Docker image of an application, push a Docker image to a remote registry, and/or deploy the Docker image to a Docker daemon. It also launches on-demand runners to do operations remotely.

Components

  1. Builder
  2. Registry
  3. Platform

Related Plugins

  1. AWS ECS
  2. AWS Lambda
  3. Azure ACI
  4. Docker Pull
  5. Docker Ref
  6. Google Cloud Run
  7. Helm
  8. Kubernetes
  9. Kubernetes Apply
  10. Nomad
  11. Nomad Jobspec
  12. Pack

Resources

  1. Docker Network
  2. Docker Container

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

CredentialsFromConfig returns the username and password present in the encoded auth string.
TempDockerConfig creates a new Docker configuration with the configured auth in it.
TempDockerConfigWithPassword creates a new Docker configuration with the configured auth in it.

# Variables

No description provided by the author
Options are the SDK options to use for instantiation.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Builder uses `docker build` to build a Docker image.
BuilderConfig is the configuration structure for the builder.
No description provided by the author
Config is the configuration structure for the registry.
No description provided by the author
Image is the artifact type for the registry.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Platform is the Platform implementation for Docker.
Config is the configuration structure for the Platform.
Registry represents access to a Docker registry.
No description provided by the author
Resource contains the internal resource states.
No description provided by the author
No description provided by the author
No description provided by the author
TaskLauncher uses `docker build` to build a Docker iamge.
TaskLauncherConfig is the configuration structure for the task plugin.
No description provided by the author