Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 442 Bytes

README.org

File metadata and controls

22 lines (16 loc) · 442 Bytes

pycoz

Pycoz is a hacky implementation of containers for linux - it serves educational purposes only.

On Fedora based systems you will need following packages installed:

  • git
  • python
  • swig
  • redhat-rpm-config
  • seccomp-devel
  • kernel devel

Environment

To maintain a good hygiene we will start by creating a new python virtual env for our project and we will run shell inside it

pipenv shell

TBD live!