Skip to content

Commit

Permalink
[DOCS] Streamline Docker Compose docs (#99371)
Browse files Browse the repository at this point in the history
**Problem**:
The [Docker Compose docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-compose-file) are overly long. They currently display the entire length of related `.env` and `docker-compose.yml` files.

**Solution**:
- Rewrite the Docker Compose docs as a procedural with ordered steps.
- Provide download links for the `.env` and `docker-compose.yml` files rather than display them.
- Move info about pulling and verifying Docker images into the [Run Elasticsearch in Docker docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-dev-mode). These steps don't apply to the Docker Compose docs.

Closes https://github.com/elastic/platform-docs-team/issues/186
Depends on https://github.com/elastic/enterprise-search-pubs/pull/3788
  • Loading branch information
jrodewig authored Sep 11, 2023
1 parent 91759ce commit 22371de
Showing 1 changed file with 109 additions and 200 deletions.
Loading

0 comments on commit 22371de

Please sign in to comment.