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

119
README.md
View File

@ -21,65 +21,65 @@ All the links are monitored and tested with a home baked [Node.js script](https:
<!-- TOC -->
- [Legend](#legend)
- [What is Docker](#what-is-docker)
- [Where to start](#where-to-start)
- [Where to start (Windows)](#where-to-start-windows)
- [Projects](#projects)
- [Container Operations](#container-operations)
- [Container Composition](#container-composition)
- [Deployment and Infrastructure](#deployment-and-infrastructure)
- [Monitoring](#monitoring)
- [Networking](#networking)
- [Orchestration](#orchestration)
- [PaaS](#paas)
- [Reverse Proxy](#reverse-proxy)
- [Runtime](#runtime)
- [Security](#security)
- [Service Discovery](#service-discovery)
- [Volume Management / Data](#volume-management--data)
- [User Interface](#user-interface)
- [IDE integrations](#ide-integrations)
- [Desktop](#desktop)
- [Terminal](#terminal)
- [Terminal UI](#terminal-ui)
- [CLI tools](#cli-tools)
- [Other](#other)
- [Web](#web)
- [Docker Images](#docker-images)
- [Base Tools](#base-tools)
- [Builder](#builder)
- [Dockerfile](#dockerfile)
- [Linter](#linter)
- [Metadata](#metadata)
- [Registry](#registry)
- [Development with Docker](#development-with-docker)
- [API Client](#api-client)
- [CI/CD](#cicd)
- [Development Environment](#development-environment)
- [Garbage Collection](#garbage-collection)
- [Serverless](#serverless)
- [Testing](#testing)
- [Wrappers](#wrappers)
- [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)
- [Useful Resources](#useful-resources)
- [Awesome Lists](#awesome-lists)
- [Demos and Examples](#demos-and-examples)
- [Good Tips](#good-tips)
- [Raspberry Pi & ARM](#raspberry-pi--arm)
- [Security](#security-1)
- [Videos](#videos)
- [Communities and Meetups](#communities-and-meetups)
- [Brazilian](#brazilian)
- [Chinese](#chinese)
- [English](#english)
- [Russian](#russian)
- [Spanish](#spanish)
- [Stargazers over time](#stargazers-over-time)
- [Contributor over time](#contributor-over-time)
- [Legend](#legend)
- [What is Docker](#what-is-docker)
- [Where to start](#where-to-start)
- [Where to start (Windows)](#where-to-start-windows)
- [Projects](#projects)
- [Container Operations](#container-operations)
- [Container Composition](#container-composition)
- [Deployment and Infrastructure](#deployment-and-infrastructure)
- [Monitoring](#monitoring)
- [Networking](#networking)
- [Orchestration](#orchestration)
- [PaaS](#paas)
- [Reverse Proxy](#reverse-proxy)
- [Runtime](#runtime)
- [Security](#security)
- [Service Discovery](#service-discovery)
- [Volume Management / Data](#volume-management--data)
- [User Interface](#user-interface)
- [IDE integrations](#ide-integrations)
- [Desktop](#desktop)
- [Terminal](#terminal)
- [Terminal UI](#terminal-ui)
- [CLI tools](#cli-tools)
- [Other](#other)
- [Web](#web)
- [Docker Images](#docker-images)
- [Base Tools](#base-tools)
- [Builder](#builder)
- [Dockerfile](#dockerfile)
- [Linter](#linter)
- [Metadata](#metadata)
- [Registry](#registry)
- [Development with Docker](#development-with-docker)
- [API Client](#api-client)
- [CI/CD](#cicd)
- [Development Environment](#development-environment)
- [Garbage Collection](#garbage-collection)
- [Serverless](#serverless)
- [Testing](#testing)
- [Wrappers](#wrappers)
- [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)
- [Useful Resources](#useful-resources)
- [Awesome Lists](#awesome-lists)
- [Demos and Examples](#demos-and-examples)
- [Good Tips](#good-tips)
- [Raspberry Pi \& ARM](#raspberry-pi--arm)
- [Security](#security-1)
- [Videos](#videos)
- [Communities and Meetups](#communities-and-meetups)
- [Brazilian](#brazilian)
- [Chinese](#chinese)
- [English](#english)
- [Russian](#russian)
- [Spanish](#spanish)
- [Stargazers over time](#stargazers-over-time)
- [Contributor over time](#contributor-over-time)
<!-- /TOC -->
@ -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)