|
|
@@ -22,7 +22,7 @@ You can also pass in additional flags to `%%REPO%%`:
|
|
|
$ docker run --link some-elasticsearch:elasticsearch -d %%REPO%% --plugins /somewhere/else
|
|
|
```
|
|
|
|
|
|
-This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide/en/kibana/current/_setting_kibana_server_properties.html)). If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
|
|
|
+This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide/en/kibana/5.2/settings.html)). If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
|
|
|
|
|
|
```console
|
|
|
$ docker run --name some-%%REPO%% --link some-elasticsearch:elasticsearch -p 5601:5601 -d %%REPO%%
|