summaryrefslogtreecommitdiff
path: root/cmd/podman/registry/remote.go
blob: 95870750e57fe1b82a6f36381b808d98bd88d978 (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
}