https://github.com/robert076/corugo
An attempt at writing a container runtime written in Go following a video I found.
https://github.com/robert076/corugo
container docker golang shell
Last synced: 3 months ago
JSON representation
An attempt at writing a container runtime written in Go following a video I found.
- Host: GitHub
- URL: https://github.com/robert076/corugo
- Owner: Robert076
- License: mit
- Created: 2025-07-12T14:08:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T17:42:22.000Z (12 months ago)
- Last Synced: 2025-07-12T19:31:25.598Z (12 months ago)
- Topics: container, docker, golang, shell
- Language: Go
- Homepage: https://www.youtube.com/watch?v=JOsWB50LmwQ
- Size: 1.89 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌎 corugo
A container runtime written in Go.
An attempt at writing a very basic container runtime. It barely works (if it does) and I do not recommend using it.
```bash
go build corugo
```
```bash
corugo pull
```
```bash
corugo run
```