From 1601ead7bcb831dafe5ea0d675581df8b89917ab Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:42:23 +0200 Subject: [PATCH] docs: Update docker compose kill usage Signed-off-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com> --- docs/reference/compose_kill.md | 4 ++-- docs/reference/docker_compose_kill.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/compose_kill.md b/docs/reference/compose_kill.md index e3f9e4fb30d..0b6c1d05f01 100644 --- a/docs/reference/compose_kill.md +++ b/docs/reference/compose_kill.md @@ -4,7 +4,7 @@ Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example: ```console -$ docker-compose kill -s SIGINT +$ docker compose kill -s SIGINT ``` ### Options @@ -23,5 +23,5 @@ $ docker-compose kill -s SIGINT Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example: ```console -$ docker-compose kill -s SIGINT +$ docker compose kill -s SIGINT ``` diff --git a/docs/reference/docker_compose_kill.yaml b/docs/reference/docker_compose_kill.yaml index b6d5334827d..fbffcc9cb89 100644 --- a/docs/reference/docker_compose_kill.yaml +++ b/docs/reference/docker_compose_kill.yaml @@ -4,7 +4,7 @@ long: |- Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example: ```console - $ docker-compose kill -s SIGINT + $ docker compose kill -s SIGINT ``` usage: docker compose kill [OPTIONS] [SERVICE...] pname: docker compose