daylinbox/README.md
2024-10-19 16:33:28 -05:00

704 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

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