Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pditommaso/awesome-containers
https://github.com/pditommaso/awesome-containers
List: awesome-containers
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pditommaso/awesome-containers
- Owner: pditommaso
- License: cc0-1.0
- Created: 2016-03-26T07:50:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T17:56:14.000Z (9 months ago)
- Last Synced: 2024-10-10T20:01:26.981Z (about 1 month ago)
- Size: 44.9 KB
- Stars: 56
- Watchers: 9
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Awesome Containers
===================A curated list of awesome Linux containers related technologies inspired by other Awesome lists
Container runtimes
------------------
* [Binctr](https://github.com/jfrazelle/binctr) - Fully static, unprivileged, self-contained, containers as executable binaries (!)
* [Bubblewrap](https://github.com/projectatomic/bubblewrap) - Unprivileged sandboxing tool.
* [Charliecloud](https://github.com/hpc/charliecloud) - Lightweight user-defined software stacks for HPC.
* [Cromwell](https://github.com/guni1192/cromwell) - Rust Rootless Container Runtime
* [crun](https://github.com/containers/crun) - Fast and lightweight fully featured OCI runtime.
* [Docker](https://github.com/docker/docker) - Open-source application container engine.
* [enroot](https://github.com/nviDIA/enroot) - Simple, yet powerful tool to turn traditional container/OS images into unprivileged sandboxes by nviDIA.
* [Fakechroot](https://github.com/dex4er/fakechroot)
* [Youki](https://github.com/containers/youki) - Container runtime written in Rust.
* [Garden](https://github.com/cloudfoundry-incubator/garden)
* [Lmctfy](https://github.com/google/lmctfy) - Open source version of Google’s container stack.
* [Lxc](https://linuxcontainers.org/lxc/) - Linux containers.
* [Nsroot](https://github.com/uit-no/nsroot) - Minimalist process isolation tool implemented with Linux namespaces.
* [Podman](https://podman.io/) - Rootless/Daemonless container runtime (from RedHat)
* [Proot](https://github.com/proot-me/PRoot) - Chroot, mount --bind, and binfmt_misc without privilege/setup.
* [Rkt](https://github.com/coreos/rkt) - App Container runtime for Linux.
* [Runc](https://github.com/opencontainers/runc)
* [Sarus](https://github.com/eth-cscs/sarus) - OCI-compatible runtime to deploy Linux containers on HPC environments from CSCS.
* [Shifter](https://github.com/NERSC/shifter) - Linux Containers for HPC.
* [Singularity](http://singularity.lbl.gov/) - Containers without the container.
* [Udocker](https://github.com/indigo-dc/udocker) - Execute simple containers in batch or interactive systems without root privileges.
* [Vagga](https://github.com/tailhook/vagga/) - Containerization tool without daemons.
* [plash](https://github.com/ihucos/plash/) - Rootless, no daemons, docker integration, lightweight, extendable and executable build files.Micro-VMs
---------
* [Firecracker](https://firecracker-microvm.github.io/) - Secure and fast microVMs for serverless computing
* [Gvisor](https://github.com/google/gvisor) - Container Runtime Sandbox
* [Katacontainers](https://katacontainers.io/) - The speed of containers, the security of VMs
* [Colima](https://github.com/abiosoft/colima) - Container runtimes on macOS (and Linux) with minimal setup
* [UTM](https://github.com/utmapp/UTM) - Virtual machines for iOS and macOSImage collections
------------------
* [cgl-docker-lib](https://github.com/BD2KGenomics/cgl-docker-lib)
* [minideb](https://engineering.bitnami.com/articles/minideb-a-new-container-base-image.html)Image / Registry tools
----------------------
* [Skopeo](https://github.com/containers/skopeo) - Work with remote images registries - retrieving information, images, signing content.
* [Sinker](https://github.com/plexsystems/sinker) - tool to sync images from one container registry to another.Misc
-----
* [cdebug](https://github.com/iximiuz/cdebug) - a swiss army knife of container debugging
* [buildkit-cli-for-kubectl](https://github.com/vmware-tanzu/buildkit-cli-for-kubectl#buildkit-cli-for-kubectl) - Build containers from K8s cluster
* [Img](https://github.com/genuinetools/img) - Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
* [CRFS](https://github.com/google/crfs) - CRFS: Container Registry Filesystem
* [Kaniko](https://github.com/GoogleContainerTools/kaniko) - A tool to build container images from a Dockerfile, inside a container.
* [Trivy](https://github.com/aquasecurity/trivy) - A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI.
* [Rootless Containers](https://rootlesscontaine.rs/)
* [https://github.com/shipwright-io/build](https://github.com/shipwright-io/build) - framework for building container images on Kubernetes
* [micromamba-docker](https://github.com/mamba-org/micromamba-docker) - Rapid builds of small Conda-based containers using micromamba.
* [ContainerSSH](https://github.com/ContainerSSH/ContainerSSH) - Launch containers on demand