No description
Find a file
2024-10-19 16:33:28 -05:00
.gitignore second commit 2024-10-19 16:33:28 -05:00
Containerfile second commit 2024-10-19 16:33:28 -05:00
extra-packages second commit 2024-10-19 16:33:28 -05:00
Makefile second commit 2024-10-19 16:33:28 -05:00
my-extra-packages second commit 2024-10-19 16:33:28 -05:00
README.md second commit 2024-10-19 16:33:28 -05:00

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:

make 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.

possible future improvements

  • addition of pixi
  • make microsoft build and host the image?