This project aims to have a container system which light weight and respects systems disk usage.
 It utilizes the squashfs filesystem as a container

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-06-30 18:00:03

This project aims to have a container system which light weight and respects systems disk usage. It utilizes the squashfs filesystem as a container image, so you can execute the container directly from the file, and easy to distribute it with portable media.

Creating squashfs from existing containers. Note: this process requires podman or docker to get details for your container, and squashfs-tools to create a squashfs archive image.

Leave a Comment