Add a docker run example to Kibana Install doc2 (#32702)

* Add a docker run example to Kibana Install doc2 

See PR #29911

* Update docs/setup/docker.asciidoc

Co-Authored-By: pgoldtho <peter@goldthorp.com>
This commit is contained in:
Peter Goldthorp 2019-03-11 16:00:45 -04:00 committed by Tiago Costa
parent 3ada0259cc
commit 2df42f5829

View file

@ -39,6 +39,13 @@ Alternatively, you can download other Docker images that contain only features
available under the Apache 2.0 license. To download the images, go to available under the Apache 2.0 license. To download the images, go to
https://www.docker.elastic.co[www.docker.elastic.co]. https://www.docker.elastic.co[www.docker.elastic.co].
[float]
=== Running Kibana on Docker for development
Kibana can be quickly started and connected to a local Elasticsearch container for development
or testing use with the following command:
--------------------------------------------
docker run --link YOUR_ELASTICSEARCH_CONTAINER_NAME_OR_ID:elasticsearch -p 5601:5601 {docker-repo}:{version}
--------------------------------------------
endif::[] endif::[]
[float] [float]