Jake Correnti
Jake Correnti
Extends the `pkg/machine/provider` package to add an API which includes provider detection based on the host operating system. #### Does this PR introduce a user-facing change? ```release-note None ```
Changes system connection removal so the following case now works as expected: - Rootless podman machine 1 is initialized and running. - Rootful podman machine 2 is initialized. - Delete...
This PR adds support for the Intel Trust Domain Extensions (TDX) Confidential Computing architecture. This is currently a draft as the following issues are present: - The guest is failing...
In this PR in the Podman repo (https://github.com/containers/podman/pull/27059) it appears that the libkrun performance is approximately 3 seconds slower than vfkit for build operations. I wanted to file this issue...
### Issue Description I have been trying to document how to set up Visual Studio Code and Dev Containers to use Podman instead of Docker. However, there are some issues...