Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 894 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 894 Bytes

Archlinux Toolbox

Archlinux toolbox that can be used with Toolbox.

Usage on Fedora

$ sudo dnf install buildah podman toolbox
$ git clone https://github.com/brpy/archlinux-toolbox.git
$ cd archlinux-toolbox
$ buildah bud -t archlinux
$ toolbox create -i localhost/archlinux -c archlinux-toolbox
$ toolbox enter -c archlinux-toolbox

# You should see this but with your username:
# [palazzem@toolbox ~]$

Stopping container

For some reason exiting toolbox does not stop the container. You can check running containers using toolbox list -c

Top stop container use podman stop archlinux-toolbox


This image is mainly intended for desktop use so it comes with base-devel as base package and vim installed.

To get a minimal image, build from parent repo. This is a fork of https://github.com/palazzem/archlinux-toolbox