Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snaipe/toy-containers
Fast, lightweight toy container system
https://github.com/snaipe/toy-containers
Last synced: 2 months ago
JSON representation
Fast, lightweight toy container system
- Host: GitHub
- URL: https://github.com/snaipe/toy-containers
- Owner: Snaipe
- License: mit
- Created: 2020-10-18T23:15:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T23:17:26.000Z (about 4 years ago)
- Last Synced: 2024-05-02T00:19:45.893Z (8 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A toy container system
This is the support material for a series of posts on implementing a fast, lightweight toy container system in Go using [bst](https://github.com/aristanetworks/bst) and BTRFS.
Related articles:
* [Part 1 - Containers, namespaces, and execution model](https://snai.pe/posts/lightweight-containers-part-1)