A try a implementing containerization technology from scratch to understand it in a better way
-
Install Linux Modules
python setup.py install
-
Run
sudo python containerization.py run [command] [arguments]
Note: Include the path of the command you want to run
For eg. /bin/ls instead of ls
- Overlay File System
- Set UID and GID
- Allow non-root users
- Add Command line interface such as click