todokr / tiny-docker-go

A toy docker runtime written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny Docker

This is a tiny docker runtime written in Go. Not for production use.

Usage

Pull image

$ go run main.go pull busybox:latest

Run container

not implemented yet

$ go run main.go run busybox:latest /bin/sh

About

A toy docker runtime written in go


Languages

Language:Go 100.0%