Proofread Compose samples (#17274)

* Proofread Compose samples

* Sort acronyms alphabetically
This commit is contained in:
bagratte 2023-05-10 16:04:14 +04:00 committed by GitHub
parent 862c2aea8f
commit 9e1368bc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 11 deletions

View File

@ -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

View File

@ -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