Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 740 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 740 Bytes

Archlinux Toolbox

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 the wheel group.
  • Passwordless usage of sudo is allowed.
  • The com.github.containers.toolbox="true" label is set.

Usage

  1. Clone the repository and build the image:

    git clone https://github.com/chzerv/archlinux-toolbox.git && \ 
    cd archlinux-toolbox && \
    podman build . -t archlinux-toolbox
  2. Create a toolbox from the built image:

    toolbox create --image archlinux-toolbox
  3. Enter the toolbox:

    toolbox enter archlinux--toolbox