Skip to content

Code here, builds a container from scratch up, direct syscalls, and quite sufficient isolation as can be gotten form docker, lxc etc. Demonstrates that containers are processes!

Notifications You must be signed in to change notification settings

Odusanya18/linux-container

Repository files navigation

linux-container

Code here, builds a container from scratch up, direct syscalls, and quite sufficient isolation as can be gotten form docker, lxc etc. Demonstrates that containers are processes!

Provides equivalent of docker run -it debian:buster bash

Run

root@<xx,xx,xx>: $ ./start-container.sh

Dependencies

  1. Netsetgo https://github.com/teddyking/netsetgo (if you need internet connectivity, run the NAT commands in the repo)

About

Code here, builds a container from scratch up, direct syscalls, and quite sufficient isolation as can be gotten form docker, lxc etc. Demonstrates that containers are processes!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published