This project is a lightweight Linux container built using the Alpine Linux Mini Root File System. It is designed for educational purposes, providing a simplified environment to explore containerization concepts.
Important
Download Alpine Linux Mini Root File System to the project folder as rootfs LINK.
git clone https://github.com/c0d-0x/zcontainer.git
cd zcontainer
mkdir bin
## extract alhinelinux miniroot fs to rootfs
make
## run
sudo ./bin/zcontainer ## and enjoy!!
Note
No Contributions Accepted 😑
This project is solely for learning and experimentation. Contributions are not needed at this time.