Docker.Containers (docker v0.4.0)

Link to this section Summary

Functions

Create a container from an existing image.

Inspect a container by ID.

List all existing containers.

Remove a container. Assumes the container is already stopped.

Starts a newly created container.

Starts a newly created container with a specified start config. The start config was deprecated as of v1.15 of the API, and all host parameters should be in the create configuration.

Stop a running container.

Link to this section Functions

Create a container from an existing image.

Link to this function

create(conf, name)

Inspect a container by ID.

List all existing containers.

Remove a container. Assumes the container is already stopped.

Starts a newly created container.

Link to this function

start(id, conf)

Starts a newly created container with a specified start config. The start config was deprecated as of v1.15 of the API, and all host parameters should be in the create configuration.

Stop a running container.