table of contents
bootc(8) | System Manager's Manual | bootc(8) |
NAME¶
bootc-install - Install the running container to a target
SYNOPSIS¶
bootc-install [-h|--help] [-V|--version] <subcommands>
DESCRIPTION¶
Install the running container to a target.
This has two main sub-commands `to-disk` (which expects an empty block device) and `to-filesystem` which supports installation to an already extant filesystem.
OPTIONS¶
- -h, --help
- Print help (see a summary with '-h')
- -V, --version
- Print version
SUBCOMMANDS¶
- bootc-install-to-disk(8)
- Install to the target block device
- bootc-install-to-filesystem(8)
- Install to the target filesystem
- bootc-install-to-existing-root(8)
- Perform an installation to the host root filesystem
- bootc-install-print-configuration(8)
- Output JSON to stdout that contains the merged installation configuration as it may be relevant to calling processes using `install to-filesystem` that want to honor e.g. `root-fs-type`
- bootc-install-help(8)
- Print this message or the help of the given subcommand(s)
VERSION¶
v0.1.9
bootc 0.1.9 |