# Functions
No description provided by the author
No description provided by the author
DockerContainerAttach will return an attached response to a container.
DockerContainerCreate will create a container, but will not run it.
DockerContainerList will return a slice of containers.
DockerContainerLogs will synchronously (blocking, non-concurrently) print logs to stdout and stderr, useful for quick containers with a small amount of output which are expected to exit quickly.
DockerContainerStart will run an existing container.
DockerContainerWait will wait for the specificied container condition.
DockerExec will run a command in a Docker container and return the output.
DockerImageList will return a slice of Docker images.
DockerInspect will return the full container object.
DockerKill will kill the container.
DockerNetworkConnect will connect a container to a network.
DockerNetworkConnected will check if a container is connected to a network.
DockerNetworkCreate is an abstraction layer on top of the Docker API call which will create a Docker network using a specified configuration.
DockerNetworkGet will use the Docker API to retrieve a Docker network which has a given name.
DockerNetworkRemove will attempt to remove a Docker network and will not apply force to removal.
DockerNetworkStatus will identify if a network with a specified name is present been created and return a boolean.
DockerPull will pull a Docker image into the daemon.
DockerRemove will remove the container.
DockerStop will stop the container.
DockerVolumeCreate will create a Docker Volume as configured.
DockerVolumeExists will check if a Docker volume has been created.
DockerVolumeGet will return the full contents of a types.Volume from the API.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author