From 408e1fae2cca4dc544d613f90707569eeb1bb8ce Mon Sep 17 00:00:00 2001 From: Nicolas Muller Date: Wed, 23 Nov 2016 20:39:26 +0100 Subject: [PATCH] Update doc Just correct a minor error about CLI. Thanks --- influxdb/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/content.md b/influxdb/content.md index 89ccd7ce2..b907984c7 100644 --- a/influxdb/content.md +++ b/influxdb/content.md @@ -114,7 +114,7 @@ $ docker run --name=influxdb -d -p 8086:8086 influxdb Run the influx client in another container: ```console -$ docker run --rm --net=container:influxdb -it influxdb influx -host influxdb +$ docker run --rm --link=influxdb -it influxdb influx -host influxdb ``` 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).