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 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.
Stop a running container.