Skip to content

Environment Variable

Yonle edited this page Aug 25, 2021 · 1 revision

HOME

Path to host home directory. Mainly used to create container directory. Default to /home.

PREFIX

Path to host PREFIX directory. Mainly used to check whenever is PulseAudio is installed or no.

TMPDIR

Path to host Temporary Directory. Mainly used to check whenever PulseAudio UNIX socket is binded in Temporary Directory or no. Default is /tmp.

CONTAINER_PATH

Path to where Debian container should be stored. Default is $HOME/.container

CONTAINER_DOWNLOAD_URL

URL to Debian minirootfs download link.

DEBIANPROOT_NO_PULSE

A variable that used to not using pulse / not binding pulse sockets. Default is none.

DEBIANPROOT_BIND_TMPDIR

A variable that used to bind Temporary directory. Default is disabled for security reason.

Please notice that if you enable this, PRoot UNIX socket may revealed. So be careful.

DEBIANPROOT_PROOT_OPTIONS

A variable that used to add another options for proot. By example:

DEBIANPROOT_PROOT_OPTIONS="-b /media/mnt" ./main.sh

DEBIANPROOT_FORCE

Force any action such as run as root anyway.

DEBIANPROOT_USE_PROOT_RS

Use proot-rs instead of Plain PRoot

DEBIANPROOT_PROOT_PATH

Path to where proot binary was placed / should executed.