docker compose stop
内容説明 | Stop services |
---|---|
利用方法 | docker compose stop [OPTIONS] [SERVICE...] |
内容説明
Stops running containers without removing them. They can be started again with docker compose start
.
オプション
オプション | デフォルト | 内容説明 |
---|---|---|
-t, --timeout | Specify a shutdown timeout in seconds |