Add Preevy to Wrappers (#1082)

This commit is contained in:
Roy Razon 2023-08-05 16:59:22 +03:00 committed by GitHub
parent 708d277a06
commit 2680f16568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 63 additions and 62 deletions

View File

@ -61,7 +61,7 @@ All the links are monitored and tested with a home baked [Node.js script](https:
- [Serverless](#serverless)
- [Testing](#testing)
- [Wrappers](#wrappers)
- [Services based on Docker (mostly :heavy_dollar_sign:)](#services-based-on-docker-mostly-heavy_dollar_sign)
- [Services based on Docker (mostly :heavy\_dollar\_sign:)](#services-based-on-docker-mostly-heavy_dollar_sign)
- [CI Services](#ci-services)
- [CaaS](#caas)
- [Monitoring Services](#monitoring-services)
@ -69,7 +69,7 @@ All the links are monitored and tested with a home baked [Node.js script](https:
- [Awesome Lists](#awesome-lists)
- [Demos and Examples](#demos-and-examples)
- [Good Tips](#good-tips)
- [Raspberry Pi & ARM](#raspberry-pi--arm)
- [Raspberry Pi \& ARM](#raspberry-pi--arm)
- [Security](#security-1)
- [Videos](#videos)
- [Communities and Meetups](#communities-and-meetups)
@ -688,6 +688,7 @@ Services to securely store your Docker images.
- [Dray](https://github.com/CenturyLinkLabs/dray) - An engine for managing the execution of container-based workflows by [@CenturyLinkLabs][centurylinklabs]
- [FuGu](https://github.com/mattes/fugu) :skull: - Docker run wrapper without orchestration by [@mattes](https://github.com/mattes)
- [Hokusai](https://github.com/artsy/hokusai) - A Docker + Kubernetes CLI for application developers; used to containerize an application and to manage its lifecycle throughout development, testing, and release cycles. From [@artsy](https://github.com/artsy)
- [Preevy](https://github.com/livecycle/preevy) - Preview environments for Docker and Docker Compose projects. Test your changes and get feedback from devs and non-devs (Product/Design) by deploying pull requests to the your cloud provider as part of your CI pipeline.
- [Shutit](https://github.com/ianmiell/shutit) - Tool for building and maintaining complex Docker deployments by [@ianmiell](https://github.com/ianmiell)
- [subuser](https://github.com/subuser-security/subuser) - Makes it easy to securely and portably run graphical desktop applications in Docker
- [T.A.D.S. boilerplate](https://github.com/Thomvaill/tads-boilerplate) - The power of Ansible and Terraform + the simplicity of Docker Swarm = Infrastructure as Code and DevOps best practices. By [@Thomvaill](https://github.com/Thomvaill)