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.
- Host: GitHub
- URL: https://github.com/Eslam-Nawara/tiny-container
- Owner: Eslam-Nawara
- Created: 2022-11-05T14:49:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T20:47:24.000Z (about 3 years ago)
- Last Synced: 2024-06-21T09:08:32.549Z (over 1 year ago)
- Topics: cgroups, go, golang, golang-application, linux-namespaces, namespaces
- Language: Go
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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