Skip to content

Commit a373a49

Browse files
authored
Merge pull request #751 from zepouet/master
Update doc about an error of CLI command
2 parents 55d7998 + 408e1fa commit a373a49

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)