github.com/containers/podman/v4@v4.9.4/pkg/specgen/generate/storage_linux.go (about) 1 //go:build !remote 2 // +build !remote 3 4 package generate 5 6 import ( 7 "context" 8 9 "github.com/containers/common/libimage" 10 ) 11 12 func imageRunPath(ctx context.Context, img *libimage.Image) (string, error) { 13 return "/run", nil 14 }