diagnostic-collection icon indicating copy to clipboard operation
diagnostic-collection copied to clipboard

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

Open michaelsembwever opened this issue 3 years ago • 1 comments

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

michaelsembwever avatar Jan 27 '22 15:01 michaelsembwever

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

gfelot avatar Jan 27 '22 15:01 gfelot