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

# README

Docker Pull

The Docker Pull plugin pulls a Docker image from an existing Docker repository, and wraps the existing image entrypoint with the Waypoint entrypoint.

Components

  1. Builder

Related Plugins

  1. Docker

# Variables

Options are the SDK options to use for instantiation.

# Structs

We use the struct form of arguments so that we can access named values (such as "HasRegistry").
Builder uses `docker build` to build a Docker iamge.
Config is the configuration structure for the registry.