No description
| .github/workflows | ||
| scripts | ||
| .gitignore | ||
| aur-packages | ||
| Containerfile | ||
| extra-packages | ||
| init.py | ||
| my-extra-packages | ||
| README.md | ||
| tasks.py | ||
| todo.md | ||
daylinbox
Container definition for use with distrobox. It's loosely based on the existing container defined here.
To use ensure podman is installed.
Then build the image:
./tasks.py build
Then create and enter a distrobox:
distrobox create -i daylinbox
distrobox enter daylinbox
./extra-packages was copied over from the original container build.
./my-extra-packages is the list of tools I want around in these containers.
init
curl -fsSL https://git.dayl.in/daylin/daylinbox/raw/branch/main/init.py | python3 -