iza

command module
v0.0.0-...-e35553e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2024 License: MIT Imports: 1 Imported by: 0

README

IZA

iza is tiny container runtime (like Docker)


root@joey:/home/joey/workspace/iza# ./bin/iza run alpine /bin/sh
Running Container...
---------------------
/ # cat /etc/os-release  | grep NAME=
NAME="Alpine Linux"
PRETTY_NAME="Alpine Linux v3.19"
/ # 

I was learning how conatiner works, Turn outs its just chroot and syscalls



although this is tiny and not OCI compilent,it's still pretty powerfull

you can run nginx with Alt text (no port mapping required using host network)

Build

make all
## run

./bin/iza run hello-wrold



Alt text

Contribution guidelines

  • be nice
  • raise pr with explanatory title



How this works

All This is just chroot and syscall for isolation, that why container run so efficently
Initially I thought I will write blog on it but there two wonder full talk that are good enough to anyone to understand

Name?

I am reading turtles all the way down main character in book has nickname aza, I miss speed it while creating project iza

Documentation

Overview

Copyright © 2024 NAME HERE <EMAIL ADDRESS>

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL