From 9d6efb34428811cc2b55b306733911cf20bd0b44 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Fri, 17 Jun 2022 14:47:26 -0400 Subject: Podman machine info Add podman machine info command, which displays infor about the machine host as well as version info. Signed-off-by: Ashley Cui --- pkg/machine/wsl/machine.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/machine/wsl') diff --git a/pkg/machine/wsl/machine.go b/pkg/machine/wsl/machine.go index 075f42cb2..6553fb6a5 100644 --- a/pkg/machine/wsl/machine.go +++ b/pkg/machine/wsl/machine.go @@ -1553,3 +1553,7 @@ func (p *Provider) RemoveAndCleanMachines() error { } return prevErr } + +func (p *Provider) VMType() string { + return vmtype +} -- cgit v1.2.3-54-g00ecf