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