You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run --rm --net=container:influxdb -it influxdb influx -host influxdb
117
+
$ docker run --rm --link=influxdb -it influxdb influx -host influxdb
118
118
```
119
119
120
120
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