docker_compose_attach.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. command: docker compose attach
  2. short: |
  3. Attach local standard input, output, and error streams to a service's running container
  4. long: |
  5. Attach local standard input, output, and error streams to a service's running container
  6. usage: docker compose attach [OPTIONS] SERVICE
  7. pname: docker compose
  8. plink: docker_compose.yaml
  9. options:
  10. - option: detach-keys
  11. value_type: string
  12. description: Override the key sequence for detaching from a container.
  13. deprecated: false
  14. hidden: false
  15. experimental: false
  16. experimentalcli: false
  17. kubernetes: false
  18. swarm: false
  19. - option: index
  20. value_type: int
  21. default_value: "0"
  22. description: index of the container if service has multiple replicas.
  23. deprecated: false
  24. hidden: false
  25. experimental: false
  26. experimentalcli: false
  27. kubernetes: false
  28. swarm: false
  29. - option: no-stdin
  30. value_type: bool
  31. default_value: "false"
  32. description: Do not attach STDIN
  33. deprecated: false
  34. hidden: false
  35. experimental: false
  36. experimentalcli: false
  37. kubernetes: false
  38. swarm: false
  39. - option: sig-proxy
  40. value_type: bool
  41. default_value: "true"
  42. description: Proxy all received signals to the process
  43. deprecated: false
  44. hidden: false
  45. experimental: false
  46. experimentalcli: false
  47. kubernetes: false
  48. swarm: false
  49. inherited_options:
  50. - option: dry-run
  51. value_type: bool
  52. default_value: "false"
  53. description: Execute command in dry run mode
  54. deprecated: false
  55. hidden: false
  56. experimental: false
  57. experimentalcli: false
  58. kubernetes: false
  59. swarm: false
  60. deprecated: false
  61. hidden: false
  62. experimental: false
  63. experimentalcli: false
  64. kubernetes: false
  65. swarm: false