mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
The current docker run code snippet is malformed and renders incorrectly. This fixes the rendering.
This commit is contained in:
parent
7e24dc12f7
commit
3953339ec7
1 changed files with 6 additions and 4 deletions
|
@ -47,11 +47,13 @@ https://www.docker.elastic.co[www.docker.elastic.co].
|
|||
=== Run 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::[]
|
||||
|
||||
[source,sh,subs="attributes"]
|
||||
----
|
||||
docker run --link YOUR_ELASTICSEARCH_CONTAINER_NAME_OR_ID:elasticsearch -p 5601:5601 {docker-repo}:{version}
|
||||
----
|
||||
|
||||
endif::[]
|
||||
[float]
|
||||
[[configuring-kibana-docker]]
|
||||
=== Configure Kibana on Docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue