diff --git a/chronograf/github-repo b/chronograf/github-repo index 38bc2a6d..8253c181 100644 --- a/chronograf/github-repo +++ b/chronograf/github-repo @@ -1 +1 @@ -https://github.com/influxdata/chronograf-docker +https://github.com/influxdata/influxdata-docker diff --git a/influxdb/content.md b/influxdb/content.md index 7bc2179f..a744916d 100644 --- a/influxdb/content.md +++ b/influxdb/content.md @@ -114,17 +114,15 @@ $ docker run --name=influxdb -d -p 8083:8083 -p 8086:8086 influxdb Run the influx client in another container: ```console -$ docker run --rm --link=influxdb -it influxdb influx -host influxdb +$ docker run --rm --net=container:influxdb -it influxdb influx -host influxdb ``` -Alternatively, jump directly into the container: - -```console -$ docker exec -it influxdb influx -``` +At the moment, you cannot use `docker exec` to run the influx client since `docker exec` will not properly allocate a TTY. This is due to a current bug in Docker that is detailed in [docker/docker#8755](https://github.com/docker/docker/issues/8755). ### Web Administrator Interface 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. diff --git a/influxdb/github-repo b/influxdb/github-repo index ac1e9321..8253c181 100644 --- a/influxdb/github-repo +++ b/influxdb/github-repo @@ -1 +1 @@ -https://github.com/influxdata/influxdb-docker +https://github.com/influxdata/influxdata-docker diff --git a/kapacitor/github-repo b/kapacitor/github-repo index 7f718619..8253c181 100644 --- a/kapacitor/github-repo +++ b/kapacitor/github-repo @@ -1 +1 @@ -https://github.com/influxdata/kapacitor-docker +https://github.com/influxdata/influxdata-docker diff --git a/telegraf/github-repo b/telegraf/github-repo index 6e8a33fa..8253c181 100644 --- a/telegraf/github-repo +++ b/telegraf/github-repo @@ -1 +1 @@ -https://github.com/influxdata/telegraf-docker +https://github.com/influxdata/influxdata-docker