mirror of https://github.com/docker/docs.git
docs: update copyright year and clarify tty in compose services reference:: (#20276)
This commit is contained in:
parent
512671276e
commit
89d29a548f
|
@ -49,4 +49,4 @@ contribute, see [CONTRIBUTING.md](CONTRIBUTING.md).
|
|||
|
||||
## Copyright and license
|
||||
|
||||
Copyright 2013-2023 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .
|
||||
Copyright 2013-2024 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .
|
||||
|
|
|
@ -1676,7 +1676,7 @@ tmpfs:
|
|||
|
||||
## tty
|
||||
|
||||
`tty` configures a service's container to run with a TTY. This is the same as This is the same as running a container with the
|
||||
`tty` configures a service's container to run with a TTY. This is the same as running a container with the
|
||||
`-t` or `--tty` flag. For more information, see [Allocate a pseudo-TTY](../../reference/cli/docker/container/run/#tty).
|
||||
|
||||
Supported values are `true` or `false`.
|
||||
|
|
Loading…
Reference in New Issue