什么是 docker inspect -f '{{ .Mounts }}' e2c657561363 在 docker-py 中的等价物?

What is docker inspect -f '{{ .Mounts }}' e2c657561363 equivalent in docker-py?

什么是 docker inspect -f '{{ .Mounts }}' e2c657561363 在 docker-py 中的等价物?

查看 python docker api 的绑定:https://docker-py.readthedocs.io/en/stable/containers.html#container-objects

也看到这个:(我不推荐它,因为它比上面的级别低很多)。