Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rimrakhimov/simple-container

Repository contains C implementation of simple container that uses namespaces of Linux system
https://github.com/rimrakhimov/simple-container

Last synced: 26 days ago
JSON representation

Repository contains C implementation of simple container that uses namespaces of Linux system

Awesome Lists containing this project

README

        

# Running
To run the conatiner use the following command:

```
gcc main.c
sudo ./a.out
```