Podify is a simple Docker clone written in Rust. It is part of a school assignment for which I needed to understand the inner-workings of Docker.
Simply run setup.sh. After which you can run the following commands:
- Run
sudo ./target/debug/podify shto start a shell in the pod - Run
sudo ./target/debug/podify /testto run the test program
