summaryrefslogtreecommitdiff
path: root/cmd/podmanV2/registry/remote.go
blob: 5378701e74d3593244805dfc6d939176e1ae8c1a (plain)
1
2
3
4
5
6
7
8
9
package registry

import (
	"github.com/containers/libpod/pkg/domain/entities"
)

func IsRemote() bool {
	return PodmanOptions.EngineMode == entities.TunnelMode
}