Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Containerd | 14,867 | 306 | 3,589 | 15 hours ago | 613 | July 27, 2023 | 655 | apache-2.0 | Go | |
An open and reliable container runtime | ||||||||||
Gvisor | 14,176 | 64 | a day ago | 487 | April 24, 2021 | 731 | apache-2.0 | Go | ||
Application Kernel for Containers | ||||||||||
Linuxkit | 7,934 | 1 | 20 hours ago | 25 | November 07, 2022 | 348 | apache-2.0 | Go | ||
A toolkit for building secure, portable and lean operating systems for containers | ||||||||||
Netboot.xyz | 4,610 | 2 days ago | 57 | apache-2.0 | Jinja | |||||
Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE. | ||||||||||
Ignite | 3,473 | 3 | a month ago | 39 | November 19, 2021 | 174 | apache-2.0 | Go | ||
Ignite a Firecracker microVM | ||||||||||
Tracee | 2,883 | 6 | 17 hours ago | 100 | April 25, 2021 | 180 | apache-2.0 | Go | ||
Linux Runtime Security and Forensics using eBPF | ||||||||||
Theseus | 2,539 | 2 days ago | 51 | mit | Rust | |||||
Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler. | ||||||||||
Docker Wireguard | 2,135 | 6 days ago | 6 | gpl-3.0 | Dockerfile | |||||
Lgo | 2,082 | 3 years ago | 23 | bsd-3-clause | Go | |||||
Interactive Go programming with Jupyter | ||||||||||
Irkernel | 1,572 | 3 months ago | 71 | other | Jupyter Notebook | |||||
R kernel for Jupyter |
LKLBBRDocker
BBRBBRLinux4.9LKLLinux Kernel Library 91yunDocker
1Docker3.10uname -r3.10 OpenVZ2.6.32DockerKVMXEN
2VPSTUN/TAPVPS TUN/TAProot cat /dev/net/tun
cat: /dev/net/tun: File descriptor in bad state VPS TUN/TAP
cat: /dev/net/tun: No such device TUN/TAP
Docker root
wget -qO- https://get.docker.com/ | bash
1shadowsocksdocker
docker run -d -e PASSWORD=sspass -p 8388:8388 --name shadowsocks wuqz/sss:latest
pythonshadowsocksssr sspassshadowsocksaes-256-cfbMETHOD
2shadowsocks
docker run -d --privileged --link shadowsocks:myhost -e TARGET_HOST=myhost -e TARGET_PORT=8388 -p 8888:8888 --name lkl wuqz/lkl:latest
rootTARGET_HOST/TARGET_PORTBIND_PORT8888 8388shadowsocks
VPS8888sspassaes-256-cfbshadowsocks
3
docker rm -f shadowsocks lkl
WEB1234
docker run -d --privileged -e TARGET_HOST=IP -e TARGET_PORT=1234 -p 80:8888 wuqz/lkl:latest
80WEB
dabiaoge/lkl github