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 committed Apr 2, 2021
1 parent daee03d commit f5a3433
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 @@ -43,11 +43,13 @@ https://www.docker.elastic.co[www.docker.elastic.co].
=== 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:
--------------------------------------------

[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]]
=== Configuring Kibana on Docker
Expand Down

0 comments on commit f5a3433

Please sign in to comment.