Skip to content

Commit

Permalink
[DOCS] Fix docker run code snippet (#96157)
Browse files Browse the repository at this point in the history
The current docker run code snippet is malformed and renders incorrectly.

This fixes the rendering.
  • Loading branch information
jrodewig authored Apr 2, 2021
1 parent 82f7b21 commit a0828c6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/setup/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ docker pull {docker-repo}:{version}
=== 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:
--------------------------------------------

[source,sh,subs="attributes"]
----
docker run --link YOUR_ELASTICSEARCH_CONTAINER_NAME_OR_ID:elasticsearch -p 5601:5601 {docker-repo}:{version}
--------------------------------------------
endif::[]
----

endif::[]
[float]
[[configuring-kibana-docker]]
=== Configure Kibana on Docker
Expand Down

0 comments on commit a0828c6

Please sign in to comment.