Explorar el Código

Run update.sh

Docker Library Bot hace 9 años
padre
commit
0932b11350
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      consul/README.md
  2. 1 1
      kibana/README.md

+ 1 - 1
consul/README.md

@@ -1,6 +1,6 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `0.7.3` (*0.X/Dockerfile*)](https://github.com/hashicorp/docker-consul/blob/c267a8ce53fc5df512ab3bc132967806bde67e16/0.X/Dockerfile)
+-	[`latest`, `0.7.4` (*0.X/Dockerfile*)](https://github.com/hashicorp/docker-consul/blob/47e4cde898e8c51ff62c83cb4c779f2b42841868/0.X/Dockerfile)
 
 For more information about this image and its history, please see [the relevant manifest file (`library/consul`)](https://github.com/docker-library/official-images/blob/master/library/consul). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fconsul).
 

+ 1 - 1
kibana/README.md

@@ -32,7 +32,7 @@ You can also pass in additional flags to `kibana`:
 $ docker run --link some-elasticsearch:elasticsearch -d kibana --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-kibana --link some-elasticsearch:elasticsearch -p 5601:5601 -d kibana