mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
docs: update copyright year and clarify tty in compose services reference:: (#20276)
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user