1DISTROBOX-EPHEMERAL(1)            User Manual           DISTROBOX-EPHEMERAL(1)
2
3
4

NAME

6              distrobox ephemeral
7              distrobox-ephemeral
8

DESCRIPTION

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

SYNOPSIS

14       distrobox ephemeral
15
16              --root/-r:      launch podman/docker with root privileges. Note that if you need root this is the preferred
17                          way over "sudo distrobox" (note: if using a program other than 'sudo' for root privileges is necessary,
18                          specify it through the DBX_SUDO_PROGRAM env variable, or 'distrobox_sudo_program' config variable)
19              --verbose/-v:       show more verbosity
20              --help/-h:      show this message
21              --/-e:          end arguments execute the rest as command to execute at login   default: bash -l
22              --version/-V:       show version
23

EXAMPLES

25              distrobox-ephemeral --image alpine:latest -- cat /etc/os-release
26              distrobox-ephemeral --root --verbose --image alpine:latest --volume /opt:/opt
27
28       You can also use flags from distrobox-create to customize the ephemeral
29       container to run.
30
31       Refer to
32
33              man distrobox-create
34
35       or
36
37              distrobox-create --help
38
39       Supported environment variables:
40
41              distrobox-ephemeral calls distrobox-create, SEE ALSO distrobox-create(1) for
42              a list of supported environment variables to use.
43
44
45
46Distrobox                          Dec 2022             DISTROBOX-EPHEMERAL(1)
Impressum