Skip to content

Commit

Permalink
[DOCS] Fix docker run code snippet (elastic#96157) (elastic#96176)
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.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
jrodewig and kibanamachine committed Apr 2, 2021
1 parent ceb2e67 commit dc3bae2
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 dc3bae2

Please sign in to comment.