mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
generate reference api
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
c843d373de
commit
35ba6f68e5
@ -46,7 +46,7 @@ options:
|
|||||||
shorthand: i
|
shorthand: i
|
||||||
value_type: bool
|
value_type: bool
|
||||||
default_value: "true"
|
default_value: "true"
|
||||||
description: Keep STDIN open even if not attached. DEPRECATED
|
description: Keep STDIN open even if not attached.
|
||||||
deprecated: false
|
deprecated: false
|
||||||
hidden: true
|
hidden: true
|
||||||
experimental: false
|
experimental: false
|
||||||
@ -56,7 +56,7 @@ options:
|
|||||||
- option: no-TTY
|
- option: no-TTY
|
||||||
shorthand: T
|
shorthand: T
|
||||||
value_type: bool
|
value_type: bool
|
||||||
default_value: "false"
|
default_value: "true"
|
||||||
description: |
|
description: |
|
||||||
Disable pseudo-TTY allocation. By default `docker compose exec` allocates a TTY.
|
Disable pseudo-TTY allocation. By default `docker compose exec` allocates a TTY.
|
||||||
deprecated: false
|
deprecated: false
|
||||||
@ -79,7 +79,7 @@ options:
|
|||||||
shorthand: t
|
shorthand: t
|
||||||
value_type: bool
|
value_type: bool
|
||||||
default_value: "true"
|
default_value: "true"
|
||||||
description: Allocate a pseudo-TTY. DEPRECATED
|
description: Allocate a pseudo-TTY.
|
||||||
deprecated: false
|
deprecated: false
|
||||||
hidden: true
|
hidden: true
|
||||||
experimental: false
|
experimental: false
|
||||||
|
@ -124,7 +124,7 @@ options:
|
|||||||
- option: no-TTY
|
- option: no-TTY
|
||||||
shorthand: T
|
shorthand: T
|
||||||
value_type: bool
|
value_type: bool
|
||||||
default_value: "false"
|
default_value: "true"
|
||||||
description: |
|
description: |
|
||||||
Disable pseudo-noTty allocation. By default docker compose run allocates a TTY
|
Disable pseudo-noTty allocation. By default docker compose run allocates a TTY
|
||||||
deprecated: false
|
deprecated: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user