All Projects → lizrice → Containers From Scratch

lizrice / Containers From Scratch

Licence: mit
Writing a container in a few lines of Go code, as seen at DockerCon 2017 and on O'Reilly Safari

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Containers From Scratch

Toast
Containerize your development and continuous integration environments. 🥂
Stars: ✭ 748 (-10.85%)
Mutual labels:  containers
Spec
Container Storage Interface (CSI) Specification.
Stars: ✭ 799 (-4.77%)
Mutual labels:  containers
Bane
Custom & better AppArmor profile generator for Docker containers.
Stars: ✭ 902 (+7.51%)
Mutual labels:  containers
Kompose
Go from Docker Compose to Kubernetes
Stars: ✭ 7,348 (+775.8%)
Mutual labels:  containers
Runv
Hypervisor-based Runtime for OCI
Stars: ✭ 798 (-4.89%)
Mutual labels:  containers
Kismatic
Kismatic Enterprise Toolkit: Fully-Automated, Production-Grade Kubernetes Operations
Stars: ✭ 819 (-2.38%)
Mutual labels:  containers
Contained.af
A stupid game for learning about containers, capabilities, and syscalls.
Stars: ✭ 730 (-12.99%)
Mutual labels:  containers
Csp
The Cyber Security Platform MeliCERTes is part of the European Strategy for Cyber Security. MeliCERTes is a network for establishing confidence and trust among the national Computer Security Incident Response Teams (CSIRTs) of the Member States and for promoting swift and effective operational cooperation.
Stars: ✭ 23 (-97.26%)
Mutual labels:  containers
Che
The Kubernetes-Native IDE for Developer Teams
Stars: ✭ 6,572 (+683.31%)
Mutual labels:  containers
Secretscanner
Find secrets and passwords in container images and file systems
Stars: ✭ 895 (+6.67%)
Mutual labels:  containers
Docker Bind
Dockerize BIND DNS server with webmin for DNS administration
Stars: ✭ 769 (-8.34%)
Mutual labels:  containers
Etl
Embedded Template Library
Stars: ✭ 783 (-6.67%)
Mutual labels:  containers
Aks Engine
AKS Engine: Units of Kubernetes on Azure!
Stars: ✭ 833 (-0.72%)
Mutual labels:  containers
Deis
Deis v1, the CoreOS and Docker PaaS: Your PaaS. Your Rules.
Stars: ✭ 6,107 (+627.89%)
Mutual labels:  containers
Pavlos
A light-weight container runtime for Linux with NVIDIA gpu support, allows developers to quicky setup development environments for dev and test. Pavlos can emulate any Linux rootfs image as a container.
Stars: ✭ 22 (-97.38%)
Mutual labels:  containers
Distribution
The toolkit to pack, ship, store, and deliver container content
Stars: ✭ 6,445 (+668.18%)
Mutual labels:  containers
Udocker
A basic user tool to execute simple docker containers in batch or interactive systems without root privileges
Stars: ✭ 802 (-4.41%)
Mutual labels:  containers
Kitura On Kubernetes
Develop a Full-Stack Swift application with a native iOS app and Kitura on Kubernetes
Stars: ✭ 24 (-97.14%)
Mutual labels:  containers
Cdk Gitlab Runner
Create Gitlab Runner via AWS CDK.
Stars: ✭ 23 (-97.26%)
Mutual labels:  containers
Sen
Terminal User Interface for docker engine
Stars: ✭ 835 (-0.48%)
Mutual labels:  containers

containers-from-scratch

Writing a container in a few lines of Go code, as seen at DockerCon 2017 and on O'Reilly Safari

You need root permissions for this version to work. Or you can adapt it to be a rootless container by as shown in these slides.

Note that the Go code uses some syscall definitions that are only available when building with GOOS=linux.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].