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

distrobox ephemeral

Description

       distrobox-ephemeral  creates  a  temporary  distrobox that is automatically destroyed when the command is
       terminated.

Environment Variables

              distrobox-ephemeral calls distrobox-create, SEE ALSO distrobox-create(1) for
              a list of supported environment variables to use.

Distrobox                                           Jan 2025                              DISTROBOX-EPHEMERAL(1)

Examples

              distrobox-ephemeral --image alpine:latest -- cat /etc/os-release
              distrobox-ephemeral --root --verbose --image alpine:latest --volume /opt:/opt

       You can also use flags from distrobox-create to customize the ephemeral container to run.

Name

              distrobox ephemeral
              distrobox-ephemeral

See Also

              distrobox-create --help
              man distrobox-create

Synopsis

distroboxephemeral

              --root/-r:      launch podman/docker/lilipod with root privileges. Note that if you need root this is the preferred
                          way over "sudo distrobox" (note: if using a program other than 'sudo' for root privileges is necessary,
                          specify it through the DBX_SUDO_PROGRAM env variable, or 'distrobox_sudo_program' config variable)
              --verbose/-v:       show more verbosity
              --help/-h:      show this message
              --/-e:          end arguments execute the rest as command to execute at login   default: default ${USER}'s shell
              --version/-V:       show version

See Also