summaryrefslogtreecommitdiff
path: root/docs/reference/kill.md
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2017-11-04 09:42:49 -0300
committerFelipe Sateler <fsateler@debian.org>2017-11-04 09:42:49 -0300
commit070932ac165a742ed95215d4cd01833179909bda (patch)
tree7b3754f168c52d577b2a5b5e18891af77a37855b /docs/reference/kill.md
parentba6fb6aaa307ec2da479698048065b6c651d6a0a (diff)
parente456def807f6a87156c252bc5dde739aa461de48 (diff)
Update upstream source from tag 'upstream/1.17.0'
Update to upstream version '1.17.0' with Debian dir b4cf9e99d10b677874665230f1cec79ab28d6287
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