klee start
This command is a shortcut to
klee container start
.
Start one or more stopped containers.
Usage
$ klee start [OPTIONS] CONTAINERS...
Refer to the options section for an overview of available OPTIONS
for this command.
Description
Start one or more stopped containers. Attach only if a single container is started
Options
Name, shorthand | Default | Description |
--detach , -d |
Do not output STDOUT/STDERR to the terminal. If this is set, Klee will exit and return the container ID when the container has started. | |
--interactive , -i |
Send terminal input to container's STDIN. If set, detach will be ignored. |
|
--tty , -t |
experimental (daemon)experimental (CLI) Allocate a pseudo-TTY |
|
--help |
Show this message and exit. |