We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bootc image cmd
1 parent 03fa72b commit 138e17eCopy full SHA for 138e17e
crates/lib/src/cli.rs
@@ -396,9 +396,7 @@ pub(crate) enum ImageOpts {
396
/// The image to pull
397
image: String,
398
},
399
- /// List fetched images stored in the bootc storage.
400
- ///
401
- /// Note that these are distinct from images stored via e.g. `podman`.
+ /// Wrapper for selected `podman image` subcommands in bootc storage.
402
#[clap(subcommand)]
403
Cmd(ImageCmdOpts),
404
}
0 commit comments