◐ Shell
clean mode source ↗

How to get states of containers? · docker-java/docker-java · Discussion #2330

I use this lib com.github.docker-java:docker-java:3.3.6

I have a problem, I just can’t find the methods that would be responsible for:

1. How much disk memory does the container occupy, and what is the maximum amount it can occupy?
2. Bandwidth speed of the container’s Internet connection.
3. And if possible, the quality of the Internet connection (preferably in Mbs) between my application and the docker itself

If you know please tell me