https://github.com/iximiuz/awesome-container-tinkering
List of awesome tools to tinker with containers.
https://github.com/iximiuz/awesome-container-tinkering
List: awesome-container-tinkering
container-image container-runtime containers docker podman runc
Last synced: 6 days ago
JSON representation
List of awesome tools to tinker with containers.
- Host: GitHub
- URL: https://github.com/iximiuz/awesome-container-tinkering
- Owner: iximiuz
- License: apache-2.0
- Created: 2022-09-14T08:24:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T15:29:27.000Z (5 months ago)
- Last Synced: 2025-02-15T09:09:49.320Z (6 days ago)
- Topics: container-image, container-runtime, containers, docker, podman, runc
- Homepage: https://iximiuz.com/en/categories/?category=Containers
- Size: 188 KB
- Stars: 660
- Watchers: 18
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome Container Tinkering
An ever-growing list of tools to tinker with containers.
## Project
Not an [awesome-docker](https://github.com/veggiemonk/awesome-docker) list. Instead of being a beginner-focused all-encompassing list of resources to get into containers, this project will be collecting links to (and thoughts about):
- Lower-level building blocks (runtimes, libraries, CLIs)
- Solutions for running containers locally and remotely
- Helper tools and libraries to inspect, edit, or move images
- In-depth write-ups and video resources on the above topics.The project is WIP. The current list of categories includes:
- [Container runtimes](./RUNTIMES.md)
- [Image builders, viewers, editors](./IMAGES.md)
- [Development environments](./ENVIRONMENTS.md)
- [Container networking tools](./NETWORKING.md)
- [Image distribution and artifact management](./DISTRIBUTIONS.md)
- [Interesting GitHub organizations](./ORGANIZATIONS.md)
- [Container Standards and Specifications](./SPECIFICATIONS.md)## Audience
Everyone should be able to find something useful here, but to get the most out of it you'd probably need some prior familiarity with Docker (or the like). Potential target audience:
- Infrastructure folks (DevOps, SREs, System Administrators)
- Developers of Cloud Native tools
- Or just anyone willing to seriously strengthen their container game.## Motivation
Over the years, I've accumulated tens of links to various container-related projects, so, first of all, I just needed a place for a brain dump. But also to share, to get feedback, and to learn more about the tools from the community. Sharing is caring!
## Legend
- â - widely-used/de facto standard solution
- ðĻâðŽ - experimental project
- ð - edu/fun/toy project
- ðĪ - requires a payment (even for personal use)
- â ïļ - project looks abandoned/unmaintained
- ðŠĶ - project has been officially discontinued## Contribution
Contributions are more than welcome!
## Related awesome lists
- Awesome Docker - a curated list of Docker resources and projects.
- Awesome Linux Containers - a curated list of awesome Linux Containers frameworks, libraries and software.
- Awesome Container - slightly less awesome than the above but complimentary.
- Awesome Containers - another complimentary list of resources.