Merge pull request #6519 from ginglis13/ctr-runtime-path

ctr: improve error relative shim path error msg
This commit is contained in:
Kazuyoshi Kato
2022-03-14 09:49:27 -07:00
committed by GitHub
4 changed files with 107 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ var (
},
cli.StringFlag{
Name: "runtime",
Usage: "runtime name",
Usage: "runtime name or absolute path to runtime binary",
Value: defaults.DefaultRuntime,
},
cli.StringFlag{