# Backport
This will backport the following commits from `main` to `8.9`:
- [[DOCS] Sync Docker install docs with ES docs
(#165990)](https://github.com/elastic/kibana/pull/165990)
<!--- Backport version: 8.9.7 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
<!--BACKPORT [{"author":{"name":"James
Rodewig","email":"james.rodewig@elastic.co"},"sourceCommit":{"committedDate":"2023-09-08T11:26:25Z","message":"[DOCS]
Sync Docker install docs with ES docs (#165990)\n\n**Problem:** The
current Kibana Docker install docs use container names that are
incompatible with the [ES Docker install
docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-dev-mode).\r\n\r\n**Solution:**
Update the Kibana install docs so they use the same container names and
better align with the ES docs.\r\n\r\nCloses
https://github.com/elastic/platform-docs-team/issues/182","sha":"64e41be6e50dfc830eb84d84bef48f42a67eff2e","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","Team:Operations","release_note:skip","docs","v8.11.0","v8.9.3","v8.10.1"],"number":165990,"url":"https://github.com/elastic/kibana/pull/165990","mergeCommit":{"message":"[DOCS]
Sync Docker install docs with ES docs (#165990)\n\n**Problem:** The
current Kibana Docker install docs use container names that are
incompatible with the [ES Docker install
docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-dev-mode).\r\n\r\n**Solution:**
Update the Kibana install docs so they use the same container names and
better align with the ES docs.\r\n\r\nCloses
https://github.com/elastic/platform-docs-team/issues/182","sha":"64e41be6e50dfc830eb84d84bef48f42a67eff2e"}},"sourceBranch":"main","suggestedTargetBranches":["8.9","8.10"],"targetPullRequestStates":[{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165990","number":165990,"mergeCommit":{"message":"[DOCS]
Sync Docker install docs with ES docs (#165990)\n\n**Problem:** The
current Kibana Docker install docs use container names that are
incompatible with the [ES Docker install
docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-dev-mode).\r\n\r\n**Solution:**
Update the Kibana install docs so they use the same container names and
better align with the ES docs.\r\n\r\nCloses
https://github.com/elastic/platform-docs-team/issues/182","sha":"64e41be6e50dfc830eb84d84bef48f42a67eff2e"}},{"branch":"8.9","label":"v8.9.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.10","label":"v8.10.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
This adds steps to the [Install Kibana with
Docker](https://www.elastic.co/guide/en/kibana/current/docker.html) page
for verifying the downloaded Docker images. I split apart the original
version which had all the commands in one block. Having them separate
allows us to add in the optional "verify images" step with a link to the
Elasticsearch docs for additional info.
Rel: https://github.com/elastic/dev/issues/2002
**Preview**
---

---

---------
Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
* [DOCS] Update Docker install for security ON by default
* Fix links
* Update Docker run commands with review feedback
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
* Remove section for stopping containers
* Minor nit
* Adding command example for reset password tool
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
* Use reference to docker image
* Incorporate review by @jbudz
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Update Docker docs for 6.0.0 and image flavours
* Use Compose v2 in Docker examples
* Use US spelling in Docker docs
* Link to www.docker.elastic.co in docs
The documentation for setting Kibana options with environment variables under
Docker was brittle and difficult to maintain. Rather than list every option,
this change describes the method by which they are defined, thus avoiding the
need to edit the docs in multiple places when a new option is introduced.