This is an Archlinux container image, modified for use with toolbox.
The image is modified as per toolbox' README, meaning:
sudo
is enabled for users in thewheel
group.- Passwordless usage of
sudo
is allowed. - The
com.github.containers.toolbox="true"
label is set.
-
Clone the repository and build the image:
git clone https://github.com/chzerv/archlinux-toolbox.git && \ cd archlinux-toolbox && \ podman build . -t archlinux-toolbox
-
Create a toolbox from the built image:
toolbox create --image archlinux-toolbox
-
Enter the toolbox:
toolbox enter archlinux--toolbox