summaryrefslogtreecommitdiff
path: root/docs/reference/kill.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/kill.md')
-rw-r--r--docs/reference/kill.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/reference/kill.md b/docs/reference/kill.md
deleted file mode 100644
index dc4bf23a..00000000
--- a/docs/reference/kill.md
+++ /dev/null
@@ -1,24 +0,0 @@
-<!--[metadata]>
-+++
-title = "kill"
-description = "Forces running containers to stop."
-keywords = ["fig, composition, compose, docker, orchestration, cli, kill"]
-[menu.main]
-identifier="kill.compose"
-parent = "smn_compose_cli"
-+++
-<![end-metadata]-->
-
-# kill
-
-```
-Usage: kill [options] [SERVICE...]
-
-Options:
--s SIGNAL SIGNAL to send to the container. Default signal is SIGKILL.
-```
-
-Forces running containers to stop by sending a `SIGKILL` signal. Optionally the
-signal can be passed, for example:
-
- $ docker-compose kill -s SIGINT