Docker.Containers

Summary

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, conf)

Starts a newly created container

stop(id)

Stop a running container

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, conf)

Starts a newly created container.

stop(id)

Stop a running container.