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 }