Files
podman/pkg/machine/qemu/options_linux.go
baude 4ab8a6f67e Improvements for machine
clean up ci failures and add appropriate arch,os exclusion tags

Signed-off-by: baude <bbaude@redhat.com>
2021-03-25 11:02:33 -05:00

8 lines
134 B
Go

package qemu
import "github.com/containers/podman/v3/pkg/util"
func getSocketDir() (string, error) {
return util.GetRuntimeDir()
}