Man page - docker-compose-stop(1)

Packages contains this manual

Manual

DOCKER-COMPOSE-STOP

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
SEE ALSO

NAME

docker-compose-stop - Stop services

SYNOPSIS

docker compose stop [OPTIONS] [SERVICE...]

DESCRIPTION

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

OPTIONS

-h , --help [=false]

help for stop

-t , --timeout =0

Specify a shutdown timeout in seconds

OPTIONS INHERITED FROM PARENT COMMANDS

--dry-run [=false]

Execute command in dry run mode

SEE ALSO

docker-compose(1)