logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debspawn-login - Open interactive shell session in a container

Author

       This manual page was written by Matthias Klumpp <mak@debian.org>.

Description

       This command enters an interactive shell session in a container that is normally used for building. This
       can be useful to inspect the build environment, or to manually customize the container image for special
       applications if the --persistent flag is set.

Name

       debspawn-login - Open interactive shell session in a container

Options

       NAME
           The name of the container image (usually a distribution suite name).

       -h|--help
           Print brief help information about available commands.

       --variant
           Set the variant of the selected image, that was used for bootstrapping.

       -a|--arch
           The architecture of the base image that should be selected.

       --suite
           Explicitly set a suite name (instead of having it derived from the container name).

       --persistent
           Make changes done in the session persistent.

       --allow
           List one or more additional permissions to grant the container. Takes a comma-separated list of
           capability names.

       --boot
           Boot container image (requires the image to contain an init system).

See Also

debspawn(1), systemd-nspawn(1).

Synopsis

debspawnlogin [-h|--help] [--variant] [-a|--arch] [--suite] [--persistent] [--allow] [--boot] {NAME}

See Also