docker container start
| 内容説明 | Start one or more stopped containers |
|---|---|
| 利用方法 | docker container start [OPTIONS] CONTAINER [CONTAINER...] |
| エイリアス | docker start |
内容説明
Start one or more stopped containers
オプション
| オプション | デフォルト | 内容説明 |
|---|---|---|
-a, --attach | Attach STDOUT/STDERR and forward signals | |
--checkpoint | 試験的 (デーモン) Restore from this checkpoint | |
--checkpoint-dir | 試験的 (デーモン) Use a custom checkpoint storage directory | |
--detach-keys | Override the key sequence for detaching a container | |
-i, --interactive | Attach container's STDIN |
利用例
$ docker start my_container