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

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

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