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

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.

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
```