mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
MVP for Podman Machine with AppleHV
this pr is the first pass at enabling podman machine to use the apple hypervisor. there are still several TODO areas like host networking. once the decision is handled on what host networking should look like, these TODOs should be fairly quick to resolve. they also will impact the remove methods. you must also have vfkit (https://github.com/crc-org/vfkit) Signed-off-by: Brent Baude <bbaude@redhat.com> [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -66,11 +66,6 @@ type RemoteConnectionType string
|
||||
var (
|
||||
SSHRemoteConnection RemoteConnectionType = "ssh"
|
||||
DefaultIgnitionUserName = "core"
|
||||
ErrNoSuchVM = errors.New("VM does not exist")
|
||||
ErrVMAlreadyExists = errors.New("VM already exists")
|
||||
ErrVMAlreadyRunning = errors.New("VM already running or starting")
|
||||
ErrMultipleActiveVM = errors.New("only one VM can be active at a time")
|
||||
ErrNotImplemented = errors.New("functionality not implemented")
|
||||
ForwarderBinaryName = "gvproxy"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user