Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 450 Bytes

File metadata and controls

17 lines (14 loc) · 450 Bytes
description keywords title notoc
Stops running containers without removing them.
fig, composition, compose, docker, orchestration, cli, stop
docker-compose stop
true
Usage: stop [options] [SERVICE...]

Options:
  -t, --timeout TIMEOUT      Specify a shutdown timeout in seconds.
                             (default: 10)

Stops running containers without removing them. They can be started again with docker-compose start.