Daniel J Walsh

Results 1685 comments of 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]...

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...

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?

@pbabinca interested in opening a PR with your suggested fixes?