242+ DevOps tools — CI/CD, Docker, Kubernetes, IaC, and deployment automation. Open-source alternatives to GitHub Actions and CircleCI.
- Generates Dockerfiles from a high level Python recipe, including building blocks for High-Performance Computing components
- Lightweight health check utilities for Docker containers (75 KB instead of 9.3 MB for httpcheck versus cURL) in pure C - http(s), port checks, and parallel execution are included
- Software-Defined Networking for Linux Containers, Pipework works with "plain" LXC containers, and with the awesome Docker. By [jpetazzo][jpetazzo]
- An interactive shell UI for managing Docker containers
- Utility to simplify running applications in docker containers by [jwilder][jwilder], [powerman][powerman]
:ice_cube: - Produces Docker images from tarballs of application source code
:ice_cube: - Copy a Docker image between registries without a full Docker installation
:ice_cube: - Get inside a running docker container easily
- Visualizes Docker services on a Docker Swarm (for running demos)
integration testing with real dependencies (database, cache, even Kubernetes or AWS) running in Docker, without mocks
:ice_cube: - Generate command and options from running containers. By [bcicen](https://github.com/bcicen)
:ice_cube: - Build, tag,and push a bunch of related docker images via a single command