package
0.0.0-20151019163822-590a5ef182f7
Repository: https://github.com/facebookgo/dockerutil.git
Documentation: pkg.go.dev

# Functions

ApplyGraph creates all the specified containers.
ContainerAfterCreate specifies a function which is invoked when a new container is created.
ContainerAuthConfig specifies the auth credentials used when pulling an image.
ContainerConfig specifies the container configuration.
ContainerForceRemoveExisting forces removing the existing container if one is found.
ContainerHostConfig specifies the container host configuration.
ContainerName configures the name of the container.
ContainerRemoveExisting removes an existing container if necessary.
NewContainer creates a new desired container state.

# Structs

A Container defines a "desired" container state.

# Type aliases

ContainerOption configure options for a container.