mirror of https://github.com/docker/docs.git
Update features-uses.md (#16021)
This commit is contained in:
parent
83e227e018
commit
5ba43eff1d
|
@ -65,7 +65,7 @@ runs, if it finds any containers from previous runs, it copies the volumes from
|
||||||
the old container to the new container. This process ensures that any data
|
the old container to the new container. This process ensures that any data
|
||||||
you've created in volumes isn't lost.
|
you've created in volumes isn't lost.
|
||||||
|
|
||||||
If you use `docker-compose` on a Windows machine, see
|
If you use `docker compose` on a Windows machine, see
|
||||||
[Environment variables](reference/envvars.md) and adjust the necessary environment
|
[Environment variables](reference/envvars.md) and adjust the necessary environment
|
||||||
variables for your specific needs.
|
variables for your specific needs.
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ The [Compose file](compose-file/index.md) provides a way to document and configu
|
||||||
all of the application's service dependencies (databases, queues, caches,
|
all of the application's service dependencies (databases, queues, caches,
|
||||||
web service APIs, etc). Using the Compose command line tool you can create
|
web service APIs, etc). Using the Compose command line tool you can create
|
||||||
and start one or more containers for each dependency with a single command
|
and start one or more containers for each dependency with a single command
|
||||||
(`docker-compose up`).
|
(`docker compose up`).
|
||||||
|
|
||||||
Together, these features provide a convenient way for developers to get
|
Together, these features provide a convenient way for developers to get
|
||||||
started on a project. Compose can reduce a multi-page "developer getting
|
started on a project. Compose can reduce a multi-page "developer getting
|
||||||
|
@ -128,4 +128,4 @@ Compose has traditionally been focused on development and testing workflows,
|
||||||
but with each release we're making progress on more production-oriented features.
|
but with each release we're making progress on more production-oriented features.
|
||||||
|
|
||||||
For details on using production-oriented features, see
|
For details on using production-oriented features, see
|
||||||
[compose in production](production.md) in this documentation.
|
[compose in production](production.md) in this documentation.
|
||||||
|
|
Loading…
Reference in New Issue