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

https://github.com/Eslam-Nawara/tiny-container

Simple Container implementation using linux namespaces and cgroups.
https://github.com/Eslam-Nawara/tiny-container

cgroups go golang golang-application linux-namespaces namespaces

Last synced: 17 days ago
JSON representation

Simple Container implementation using linux namespaces and cgroups.

Awesome Lists containing this project

README

          

# Tiny Container
Simple Container implementation in go using linux namespaces and cgroups.
## Usage and Installation:
**Install the tinycontainer**
```sh
go install github.com/Eslam-Nawara/tinycontainer/cmd/container@latest
```
**Run the container**
```sh
sudo container run
```

**Please Note**
Running the container for the first time could take sometime for initialization