Skip to content

Commit 408e1fa

Browse files
zepouettianon
authored andcommitted
Update doc
Just correct a minor error about CLI. Thanks
1 parent 7a1edc5 commit 408e1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $ docker run --name=influxdb -d -p 8086:8086 influxdb
114114
Run the influx client in another container:
115115

116116
```console
117-
$ docker run --rm --net=container:influxdb -it influxdb influx -host influxdb
117+
$ docker run --rm --link=influxdb -it influxdb influx -host influxdb
118118
```
119119

120120
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).

0 commit comments

Comments
 (0)