Skip to content

some shitty container implementation from scratch(root and rootless)

Notifications You must be signed in to change notification settings

ShashwatAgrawal20/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some shitty container implementation from scratch.

Usage

  1. Get a filesystem of your choice and put it in a directory named rootfs.
mkdir rootfs
tar -xzvf ubuntu-base-22.04-base-amd64.tar.gz -C rootfs
  1. Run the following command to build and run the container:
cargo build && sudo ./target/debug/containers run /bin/bash

About

some shitty container implementation from scratch(root and rootless)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages