Highlight the use of single-node discovery in docker docs (#41241)

Relates to https://discuss.elastic.co/t/es-7-and-docker-single-node-cluster/176585
This commit is contained in:
Yannick Welsch 2019-05-08 09:28:27 +02:00
parent 785ae09101
commit 818e05c05f

View File

@ -62,6 +62,9 @@ ifeval::["{release-state}"!="unreleased"]
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" {docker-image}
--------------------------------------------
Note the use of <<single-node-discovery,single-node discovery>> that allows bypassing
the <<bootstrap-checks,bootstrap checks>> in a single-node development cluster.
endif::[]
[[docker-cli-run-prod-mode]]