daylinbox/README.md
2025-01-12 13:51:39 -06:00

683 B

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

  • make microsoft build and host the image?