docker_compose_kill.yaml 692 B

1234567891011121314151617181920212223242526272829
  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. hidden: false
  19. experimental: false
  20. experimentalcli: false
  21. kubernetes: false
  22. swarm: false
  23. deprecated: false
  24. experimental: false
  25. experimentalcli: false
  26. kubernetes: false
  27. swarm: false