podman/pkg/specgen/generate/storage_linux.go

12 lines
183 B
Go

package generate
import (
"context"
"github.com/containers/common/libimage"
)
func imageRunPath(ctx context.Context, img *libimage.Image) (string, error) {
return "/run", nil
}