mirror of https://github.com/docker/docs.git
Proofread Compose samples (#17274)
* Proofread Compose samples * Sort acronyms alphabetically
This commit is contained in:
parent
862c2aea8f
commit
9e1368bc5a
|
@ -14,9 +14,11 @@ exceptions:
|
||||||
- CPU
|
- CPU
|
||||||
- CSS
|
- CSS
|
||||||
- CSV
|
- CSV
|
||||||
|
- CVE
|
||||||
- DEBUG
|
- DEBUG
|
||||||
- DOM
|
- DOM
|
||||||
- DPI
|
- DPI
|
||||||
|
- ELK
|
||||||
- FAQ
|
- FAQ
|
||||||
- GCC
|
- GCC
|
||||||
- GDB
|
- GDB
|
||||||
|
@ -45,6 +47,7 @@ exceptions:
|
||||||
- RAM
|
- RAM
|
||||||
- REPL
|
- REPL
|
||||||
- RSA
|
- RSA
|
||||||
|
- SBOM
|
||||||
- SCM
|
- SCM
|
||||||
- SCSS
|
- SCSS
|
||||||
- SDK
|
- SDK
|
||||||
|
@ -63,5 +66,3 @@ exceptions:
|
||||||
- XSS
|
- XSS
|
||||||
- YAML
|
- YAML
|
||||||
- ZIP
|
- ZIP
|
||||||
- SBOM
|
|
||||||
- CVE
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ if you have not already done so.
|
||||||
The samples should help you to:
|
The samples should help you to:
|
||||||
|
|
||||||
- define services based on Docker images using
|
- define services based on Docker images using
|
||||||
[Compose files](compose-file/index.md) `docker-compose.yml` and
|
[Compose files](compose-file/index.md): `docker-compose.yml` and
|
||||||
`docker-stack.yml` files
|
`docker-stack.yml`
|
||||||
- understand the relationship between `docker-compose.yml` and
|
- understand the relationship between `docker-compose.yml` and
|
||||||
[Dockerfiles](/engine/reference/builder/)
|
[Dockerfiles](/engine/reference/builder/)
|
||||||
- learn how to make calls to your application services from Compose files
|
- learn how to make calls to your application services from Compose files
|
||||||
|
@ -24,16 +24,19 @@ The samples should help you to:
|
||||||
## Samples tailored to demo Compose
|
## Samples tailored to demo Compose
|
||||||
|
|
||||||
These samples focus specifically on Docker Compose:
|
These samples focus specifically on Docker Compose:
|
||||||
https://github.com/docker/awesome-compose/tree/master/elasticsearch-logstash-kibana/logstash
|
|
||||||
|
|
||||||
- [Quickstart: Compose and Django](https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/django/README.md) - Shows how to use Docker Compose to set up and run a simple Django/PostgreSQL app.
|
- [Quickstart: Compose and ELK](https://github.com/docker/awesome-compose/tree/master/elasticsearch-logstash-kibana/logstash/README.md) - Shows
|
||||||
|
how to use Docker Compose to set up and run ELK - Elasticsearch-Logstash-Kibana.
|
||||||
|
|
||||||
- [Quickstart: Compose and Rails](https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/rails/README.md) - Shows how to use
|
- [Quickstart: Compose and Django](https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/django/README.md) - Shows
|
||||||
Docker Compose to set up and run a Rails/PostgreSQL app.
|
how to use Docker Compose to set up and run a simple Django/PostgreSQL app.
|
||||||
|
|
||||||
- [Quickstart: Compose and WordPress](https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/wordpress/README.md) - Shows how to
|
- [Quickstart: Compose and Rails](https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/rails/README.md) - Shows
|
||||||
use Docker Compose to set up and run WordPress in an isolated environment
|
how to use Docker Compose to set up and run a Rails/PostgreSQL app.
|
||||||
with Docker containers.
|
|
||||||
|
- [Quickstart: Compose and WordPress](https://github.com/docker/awesome-compose/tree/master/official-documentation-samples/wordpress/README.md) - Shows
|
||||||
|
how to use Docker Compose to set up and run WordPress in an isolated
|
||||||
|
environment with Docker containers.
|
||||||
|
|
||||||
## Awesome Compose samples
|
## Awesome Compose samples
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue