We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa09d3 commit 3a37301Copy full SHA for 3a37301
docs/index.md
@@ -418,7 +418,7 @@ Start a node using the following command:
418
419
$ sudo docker run -it --rm=true \
420
-v /var/sandbox/elk-docker/elasticsearch-slave.yml:/etc/elasticsearch/elasticsearch.yml \
421
- --link elkdocker_elk_1:elk-master elkdocker_elk
+ --link elk:elk --name elk-slave sebp/elk
422
423
Note that Elasticsearch's port is not published to the host's port 9200, as it was already published by the initial ELK container.
424
0 commit comments