Open ilteoood opened 3 months ago
Sorry, I don't know why but config
is now available.
Can I ask then what container_config
does? It has the same shape as config.
No idea... this is the type returned from the inspect container API: https://docs.rs/bollard-stubs/1.45.0-rc.26.0.1/bollard_stubs/models/struct.ContainerInspectResponse.html .. there is no mention of a container_config
Hi, I'm actually inspecting the image:
ilteoood/xdcc-mule
.This is the outcome that I see (Mac M3 Pro):
As you can see, the
Config
object has some fields that I'm trying to read using the following code:However, both
config
andcontainer_config
seems to beNone
. Am I missing something?