Containers
Links
Harbor - Open source trusted cloud native registry project that stores, signs, and scans content.
Toast - Containerize your development environment.
amicontained - Container introspection tool. Find out what container runtime is being used as well as features available.
Libpod - Library used to create container pods. Home of Podman.
CRFS: Container Registry Filesystem - Read-only FUSE filesystem that lets you mount a container image, served directly from a container registry (such as gcr.io), without pulling it all locally first.
rkt - Pod-native container engine for Linux. It is composable, secure, and built on standards.
Quay - Build, Store, and Distribute your Applications and Containers.
Vagga - Fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments.
trivy - Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI.
Last updated