klee container
Manage containers
Usage
$ klee container [OPTIONS] COMMAND [ARGS]... COMMAND
Options
| Name, shorthand | Default | Description |
--help |
Show this message and exit. |
Child commands
| Command | Description |
| klee container create | Create a new container. |
| klee container ls | List containers |
| klee container inspect | Display detailed information on a container. |
| klee container rm | Remove one or more containers |
| klee container prune | Remove all stopped containers. |
| klee container start | Start one or more stopped containers. |
| klee container stop | Stop one or more running containers |
| klee container restart | Restart one or more containers |
| klee container exec | Run a command in a container |
| klee container update | Modify container properties. |
| klee container rename | Rename a container. |
| klee container run | Run a command in a new container. |