mirror of
https://github.com/clearlinux/rkt.git
synced 2026-09-07 14:22:02 +00:00
cmd: run: introduce a helpful description about IMAGE
This commit is contained in:
@@ -23,6 +23,8 @@ var (
|
||||
Name: "run",
|
||||
Summary: "Run image(s) in an application container in rocket",
|
||||
Usage: "[--volume LABEL:SOURCE] IMAGE...",
|
||||
Description: `IMAGE should be a string referencing an image; either a hash, local file on disk, or URL.
|
||||
They will be checked in that order and the first match will be used.`,
|
||||
Run: runRun,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user