mirror of
https://github.com/containers/podman.git
synced 2026-03-28 03:22:18 -04:00
gvproxy and win-sshproxy have capabilities to serve this type of enpoint. This change only adds one additional API enpoint publishing by appending proxy command lines. Signed-off-by: Arthur Sengileyev <arthur.sengileyev@gmail.com>
12 lines
215 B
Go
12 lines
215 B
Go
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
|
|
|
|
package vmconfigs
|
|
|
|
import (
|
|
"github.com/containers/podman/v5/pkg/machine/define"
|
|
)
|
|
|
|
func getPipe(name string) *define.VMFile {
|
|
return nil
|
|
}
|