docker_compose_kill.yaml 724 B

12345678910111213141516171819202122232425262728
  1. command: docker compose kill
  2. short: Force stop service containers.
  3. long: |-
  4. Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
  5. ```console
  6. $ docker-compose kill -s SIGINT
  7. ```
  8. usage: docker compose kill [options] [SERVICE...]
  9. pname: docker compose
  10. plink: docker_compose.yaml
  11. options:
  12. - option: signal
  13. shorthand: s
  14. value_type: string
  15. default_value: SIGKILL
  16. description: SIGNAL to send to the container.
  17. deprecated: false
  18. experimental: false
  19. experimentalcli: false
  20. kubernetes: false
  21. swarm: false
  22. deprecated: false
  23. experimental: false
  24. experimentalcli: false
  25. kubernetes: false
  26. swarm: false