mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
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:
parent
3ada0259cc
commit
2df42f5829
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
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::[]
|
||||
|
||||
[float]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue