Daniel J Walsh
Daniel J Walsh
As opposed to the podman inspect api. ``` podman inspect exegol-default --format '{{ .Mounts }}' [{bind /tmp/foobar /opt/resources [nosuid nodev rbind] true rprivate } {bind /tmp/workspaces /workspaces [nosuid nodev rbind]...
Sorry, perhaps @Luap99 or @mheon can help.
I tend to agree with you. It looks like the Docker API does the correct thing and looks up the mounts on the server side.
The containers.list function is calling docker_containers = client.containers.list(all=True, filters={"name": "exegol-"}) Which is the same thing as `podman --remote ps --all` would call. This looks like in Docker and Podman the...
@bmahabirbu PTAL
This looks like there is only X86 support, did the former AI Lab Recipes image work on Arm? OpenVino does not seem to have Arm binaries.
Since OpenVino is only X86 closing this issue. If this changes at any time in the future, we can reopen.
Should we gather this information on Mac and put it in podman info?
@melodyliu1986 any progress on this?
@pbabinca interested in opening a PR with your suggested fixes?