package
Version:
v0.7.0-rc1
Opens a new window with list of versions in this module.
Published: Jan 13, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package docker provides the ability for Vela to
integrate with Docker as a runtime environment.
Usage:
import "github.com/go-vela/pkg-runtime/runtime/docker"
func New(_volumes, _privilegedImages []string) (*client, error)
New returns an Engine implementation that
integrates with a Docker runtime.
nolint // ignore client error claiming it's annoying usage
func NewMock() (*client, error)
NewMock returns an Engine implementation that
integrates with a mock Docker runtime.
This function is intended for running tests only.
nolint // ignore client error claiming it's annoying usage
Source Files
¶
Click to show internal directories.
Click to hide internal directories.