Categorygithub.com/Chara-X/container
modulepackage
0.0.0-20241014180445-2be7f3c72906
Repository: https://github.com/chara-x/container.git
Documentation: pkg.go.dev

# README

Container runtime

func ExampleContainer() {
	// container.Install("./ubuntu.tar.gz", "./ubuntu")
	var con = container.New("./ubuntu")
	defer con.Kill()
	// var l = con.Connect("veth0")
	// Config conn ...
	con.Copy("./bag", "/etc/bag")
	con.Exec()
	con.Commit("./mc")
}

Reference

Containers the hard way: Gocker: A mini Docker written in Go

Digging into Linux namespaces - part 1

Understanding Container Images, Part 3: Working with Overlays

How Container Networking Works: a Docker Bridge Network From Scratch

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author