Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 497 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 497 Bytes

Cloning Containerization

A try a implementing containerization technology from scratch to understand it in a better way

How to run:

  1. Install Linux Modules

    python setup.py install

  2. 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


Remaining

  • Overlay File System
  • Set UID and GID
  • Allow non-root users
  • Add Command line interface such as click