mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00

this is the second provider done (qemu first). all tests pass on arm64 hardware locally ... the hybrid pull from oci registries limit this to arm64 only. calling gvproxy, waiting for it, and then vfkit seems to still be problematic. this would be an area that should be cleaned up once all providers are implemented. Signed-off-by: Brent Baude <bbaude@redhat.com>
9 lines
125 B
Go
9 lines
125 B
Go
//go:build darwin
|
|
|
|
package applehv
|
|
|
|
const (
|
|
localhostURI = "http://localhost"
|
|
ignitionSocketName = "ignition.sock"
|
|
)
|