datastax / diagnostic-collection

Diagnostic Collector for Apache Cassandra
Apache License 2.0
28 stars 35 forks source link

`docker inspect …` to discover `IPAddress` doesn't work with `--net=…` #101

Open michaelsembwever opened 2 years ago

michaelsembwever commented 2 years ago

See https://stackoverflow.com/questions/43803849/my-docker-container-does-not-have-ip-address-why

When --net=… is used, this line will not work: https://github.com/datastax/diagnostic-collection/blob/master/ds-collector/ds-collector#L178

gfelot commented 2 years ago

In later versions of Docker --net has been renamed --network