Slide 59
Slide 59 text
./tools/devtoolで便利コマンドを実⾏ 59
./tools/devtool --help
Firecracker devtool
Usage: devtool [] []
Global arguments
-y, --unattended Run unattended. Assume the user would always
answer "yes" to any confirmation prompt.
Available commands:
build [--debug|--release] [-l|--libc musl|gnu] [-- []]
Build the Firecracker binaries.
Firecracker is built using the Rust build system (cargo). All arguments after --
will be passed through to cargo.
--debug Build the debug binaries. This is the default.
--release Build the release binaries.
-l, --libc musl|gnu Choose the libc flavor against which Firecracker will
be linked. Default is musl.
--ssh-keys Provide the paths to the public and private SSH keys on the host
(in this particular order) required for the git authentication.
It is mandatory that both keys are specified.
…略