Skip to content
Yonle edited this page Oct 22, 2021 · 16 revisions

Welcome to the alpine-proot wiki! Here you will find some how-to do a thing in alpine-proot.

For more information related to alpine linux, Please check https://wiki.alpinelinux.org.

Script Usage

./main.sh -h
Usage: su [options] [-] [username [args]]

Options:
  -c, --command COMMAND         pass COMMAND to the invoked shell
  -h, --help                    display this help message and exit
  -, -l, --login                make the shell a login shell
  -m, -p,
  --preserve-environment        do not reset environment variables, and
                                keep the same shell
  -s, --shell SHELL             use SHELL instead of the default in passwd

If no username is given, assume root.

Login

./main.sh

Or

./main.sh [username]

Requirement for Installation

  • Bash is required.
  • Atleast PRoot v5 is installed in your host
  • Atleast curl is installed.
  • A working Internet Connection

Beginner Installation

Bash, curl, and PRoot is required. Working Network connection is required in order to download Alpine minirootfs.

PulseAudio may required in your host if you want Sound Support.

Installing alpine-proot

curl -Lo alpine-proot.sh git.io/alpine-proot.sh

chmod  x alpine-proot.sh

Launching alpine-proot

./alpine-proot.sh

Reinstalling alpine-proot

rm -rf $HOME/.alpinelinux_container
./alpine-proot.sh

Need help ?

Our community is ready to help you out. You may check the community at here