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

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

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