Skip to content

chzerv/archlinux-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Slightly modified Archlinux image for usage with toolbox

Topics

Resources

License

Stars

Watchers

Forks