From da5ee61af7f8f530fb5a29aba0d75b034c3468e5 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 22 Jun 2016 09:16:24 -0700 Subject: [PATCH] Run update.sh --- influxdb/README.md | 16 ++++++---------- memcached/README.md | 2 +- mono/README.md | 4 ++-- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/influxdb/README.md b/influxdb/README.md index 198b83fe8..66b1227e0 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -44,16 +44,14 @@ $ docker run -p 8083:8083 -p 8086:8086 \ ### Exposed Ports -The following ports are important and will be automatically exposed when using `docker run -P`. +The following ports are important and are used by InfluxDB. -- 8083 Admin interface port -- 8086 HTTP API PORT +- 8086 HTTP API port +- 8083 Administrator interface port -Other important ports that aren't exposed by default: +The HTTP API port will be automatically exposed when using `docker run -P`. -- 8091 Meta service port - -These two ports do not need to be exposed in a single server configuration. +The administrator interface is not automatically exposed when using `docker run -P`. While the administrator interface is run by default, the adminstrator interface requires that the web browser have access to InfluxDB on the same port in the container as from the web browser. Since `-P` exposes the HTTP port to the host on a random port, the administrator interface is not compatible with this setting. Find more about API Endpoints & Ports [here](https://docs.influxdata.com/influxdb/latest/concepts/api/). @@ -137,9 +135,7 @@ At the moment, you cannot use `docker exec` to run the influx client since `dock Navigate to [localhost:8083](http://localhost:8083) with your browser while running the container. -See more about using the web admin [here](https://docs.influxdata.com/influxdb/latest/tools/web_admin/). - -The web administrator interface requires that the web browser have access to InfluxDB. You must expose the InfluxDB HTTP port as the same port when using the admin interface. +See more about using the web administrator interface [here](https://docs.influxdata.com/influxdb/latest/tools/web_admin/). # License diff --git a/memcached/README.md b/memcached/README.md index 349792e17..346f3a3fb 100644 --- a/memcached/README.md +++ b/memcached/README.md @@ -39,7 +39,7 @@ $ docker run --name my-memcache -d memcached memcached -m 64 This would set the memcache server to use 64 megabytes for storage. -For infomation on configuring your memcached server, see the extensive [wiki](https://code.google.com/p/memcached/wiki/NewStart). +For infomation on configuring your memcached server, see the extensive [wiki](https://github.com/memcached/memcached/wiki). # License diff --git a/mono/README.md b/mono/README.md index 3607a4cbb..42e91da3d 100644 --- a/mono/README.md +++ b/mono/README.md @@ -1,10 +1,10 @@ # Supported tags and respective `Dockerfile` links -- [`3.10.0`, `3.10` (*3.10.0/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.10.0/Dockerfile) +- [`3.10.0`, `3.10` (*3.10.0/Dockerfile*)](https://github.com/mono/docker/blob/915b71717dae5448dd2cceeeca084a0690aed8d0/3.10.0/Dockerfile) - [`3.10.0-onbuild`, `3.10-onbuild` (*3.10.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/66226b17125b72685c2022e4fecaee2716b0fb3a/3.10.0/onbuild/Dockerfile) - [`3.12.1`, `3.12.0`, `3.12`, `3` (*3.12.1/Dockerfile*)](https://github.com/mono/docker/blob/810b0cd85839b4b62706935a804fee63d2eb3285/3.12.1/Dockerfile) - [`3.12.1-onbuild`, `3.12.0-onbuild`, `3.12-onbuild`, `3-onbuild` (*3.12.1/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/39c80bc024a4797c119c895fda70024fbc14d5b9/3.12.1/onbuild/Dockerfile) -- [`3.8.0`, `3.8` (*3.8.0/Dockerfile*)](https://github.com/mono/docker/blob/adc7a3ec47f7d590f75a4dec0203a2103daf8db0/3.8.0/Dockerfile) +- [`3.8.0`, `3.8` (*3.8.0/Dockerfile*)](https://github.com/mono/docker/blob/915b71717dae5448dd2cceeeca084a0690aed8d0/3.8.0/Dockerfile) - [`3.8.0-onbuild`, `3.8-onbuild` (*3.8.0/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/66226b17125b72685c2022e4fecaee2716b0fb3a/3.8.0/onbuild/Dockerfile) - [`4.0.5.1`, `4.0.5`, `4.0` (*4.0.5.1/Dockerfile*)](https://github.com/mono/docker/blob/810b0cd85839b4b62706935a804fee63d2eb3285/4.0.5.1/Dockerfile) - [`4.0.5.1-onbuild`, `4.0.5-onbuild`, `4.0-onbuild` (*4.0.5.1/onbuild/Dockerfile*)](https://github.com/mono/docker/blob/39c80bc024a4797c119c895fda70024fbc14d5b9/4.0.5.1/onbuild/Dockerfile)