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(conf)
Create a container from an existing image.
create(conf, name)
inspect(id)
Inspect a container by ID.
list()
List all existing containers.
remove(id)
Remove a container. Assumes the container is already stopped.
start(id)
Starts a newly created container.
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(id)
Stop a running container.