table of contents
WWCTL(1) | WWCTL(1) |
NAME¶
wwctl-image-exec - Run a command inside of a Warewulf image
SYNOPSIS¶
wwctl image exec [OPTIONS] IMAGE COMMAND
DESCRIPTION¶
Run a COMMAND inside of a warewulf IMAGE. This is commonly used with an interactive shell such as /bin/bash to run a virtual environment within the image.
OPTIONS¶
-b, --bind=[] source[:destination[:{ro|copy}]] Bind a local path which must exist into the image. If destination is not set, uses the same path as source. "ro" binds read-only. "copy" temporarily copies the file into the image.
--build=true ⟨Re⟩build the image automatically
-h, --help[=false] help for exec
-n, --node="" Create a read only view of the image for the given node
--syncuser[=false] Synchronize UIDs/GIDs from host to image
OPTIONS INHERITED FROM PARENT COMMANDS¶
-d, --debug[=false] Run with debugging messages enabled.
-v, --verbose[=false] Run with increased verbosity.
--warewulfconf="" Set the warewulf configuration file
SEE ALSO¶
HISTORY¶
8-Sep-2025 Auto generated by spf13/cobra
Sep 2025 | Auto generated by spf13/cobra |