From 125ad1c993c76af0019b1bed23dccd2d6da374ca Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Tue, 12 Sep 2017 20:09:28 +0200 Subject: [PATCH 1/4] update beta icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to #446 beta/WIP projects should be labeled by `:construction:` or via UTF-8 character ๐Ÿšง. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6be5a83..40a021b 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Clocker](https://github.com/brooklyncentral/clocker) - Clocker creates and manages a Docker cloud infrastructure. Clocker supports single-click deployments and runtime management of multi-node applications that run as containers distributed across multiple hosts, on both Docker and Marathon. It leverages [Calico][calico] and [Weave][weave] for networking and [Brooklyn][brooklyn] for application blueprints. By [@brooklyncentral](https://github.com/brooklyncentral) * [Conduit](https://github.com/ehazlett/conduit) - Experimental deployment system for Docker by [@ehazlett](https://github.com/ehazlett) * [depcon](https://github.com/gondor/depcon) - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By [@gonodr][gondor] -* [deploy](https://github.com/ttiny/deploy) ๐Ÿค• - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by [@ttiny](https://github.com/ttiny) +* [deploy](https://github.com/ttiny/deploy) ๐Ÿšง - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by [@ttiny](https://github.com/ttiny) * [dockit](https://github.com/humblec/dockit) ๐Ÿ’€ - Do docker actions and Deploy gluster containers! By [@humblec](https://github.com/humblec) * [Longshoreman](https://github.com/longshoreman/longshoreman) ๐Ÿ’€ - Longshoreman automates application deployment using Docker. Just create a Docker repository (or use a service), configure the cluster using AWS or Digital Ocean (or whatever you like) and deploy applications using a Heroku-like CLI tool. By [longshoreman](https://github.com/longshoreman) @@ -355,7 +355,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Linter -* [dockfmt](https://github.com/jessfraz/dockfmt) ๐Ÿค• - Dockerfile formatter and parser by [@jessfraz][jessfraz] +* [dockfmt](https://github.com/jessfraz/dockfmt) ๐Ÿšง - Dockerfile formatter and parser by [@jessfraz][jessfraz] * [dockerfile_lint](https://github.com/projectatomic/dockerfile_lint) - A rule-based 'linter' for Dockerfiles by [@redhataccess](https://github.com/redhataccess) * [Hadolint](https://github.com/lukasmartinelli/hadolint) - A Dockerfile linter written in Haskell by [@lukasmartinelli](https://github.com/lukasmartinelli) * [Whale-linter](https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies by [@jeromepin](https://github.com/jeromepin) From 027c84171b141a19ad9febddf20baf6f4c23b4cc Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Wed, 13 Sep 2017 18:11:50 +0200 Subject: [PATCH 2/4] =?UTF-8?q?update=20label=20of=20`ttiny/deploy`=20to?= =?UTF-8?q?=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The last commit [1] was at 2016/11/06 and the last commit to relevant code [2] at 2015/11/18. There nine open issues one labeled with ยปbugยซ. [1] https://github.com/ttiny/deploy/commit/ff347a666645888826acac35bf30cd7ca96b3920 [2] https://github.com/ttiny/deploy/commit/3749ee35d6263014c3d2679391ced77539e3017e --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a021b..23413f1 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Clocker](https://github.com/brooklyncentral/clocker) - Clocker creates and manages a Docker cloud infrastructure. Clocker supports single-click deployments and runtime management of multi-node applications that run as containers distributed across multiple hosts, on both Docker and Marathon. It leverages [Calico][calico] and [Weave][weave] for networking and [Brooklyn][brooklyn] for application blueprints. By [@brooklyncentral](https://github.com/brooklyncentral) * [Conduit](https://github.com/ehazlett/conduit) - Experimental deployment system for Docker by [@ehazlett](https://github.com/ehazlett) * [depcon](https://github.com/gondor/depcon) - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By [@gonodr][gondor] -* [deploy](https://github.com/ttiny/deploy) ๐Ÿšง - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by [@ttiny](https://github.com/ttiny) +* [deploy](https://github.com/ttiny/deploy) ๐Ÿ’€ - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by [@ttiny](https://github.com/ttiny) * [dockit](https://github.com/humblec/dockit) ๐Ÿ’€ - Do docker actions and Deploy gluster containers! By [@humblec](https://github.com/humblec) * [Longshoreman](https://github.com/longshoreman/longshoreman) ๐Ÿ’€ - Longshoreman automates application deployment using Docker. Just create a Docker repository (or use a service), configure the cluster using AWS or Digital Ocean (or whatever you like) and deploy applications using a Heroku-like CLI tool. By [longshoreman](https://github.com/longshoreman) From 507f42f47cdf000c8d8b6c155d3b1146535ba625 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Wed, 13 Sep 2017 18:34:34 +0200 Subject: [PATCH 3/4] replace UTF-8 character/emoji by equivalent shortname Replace UTF-8 character/emoji by equivalent shortname to avoid trouble in some texteditors while editing. --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 23413f1..6b2a488 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ All the links are monitored and tested with [awesome_bot](https://github.com/dkh - [Russian](#russian) # Legend -- Abandoned ๐Ÿ’€ -- Beta ๐Ÿšง -- Monetized ๐Ÿ’ฒ +- Abandoned :skull: +- Beta :construction: +- Monetized :heavy_dollar_sign: # What is Docker? @@ -155,9 +155,9 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Clocker](https://github.com/brooklyncentral/clocker) - Clocker creates and manages a Docker cloud infrastructure. Clocker supports single-click deployments and runtime management of multi-node applications that run as containers distributed across multiple hosts, on both Docker and Marathon. It leverages [Calico][calico] and [Weave][weave] for networking and [Brooklyn][brooklyn] for application blueprints. By [@brooklyncentral](https://github.com/brooklyncentral) * [Conduit](https://github.com/ehazlett/conduit) - Experimental deployment system for Docker by [@ehazlett](https://github.com/ehazlett) * [depcon](https://github.com/gondor/depcon) - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By [@gonodr][gondor] -* [deploy](https://github.com/ttiny/deploy) ๐Ÿ’€ - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by [@ttiny](https://github.com/ttiny) -* [dockit](https://github.com/humblec/dockit) ๐Ÿ’€ - Do docker actions and Deploy gluster containers! By [@humblec](https://github.com/humblec) -* [Longshoreman](https://github.com/longshoreman/longshoreman) ๐Ÿ’€ - Longshoreman automates application deployment using Docker. Just create a Docker repository (or use a service), configure the cluster using AWS or Digital Ocean (or whatever you like) and deploy applications using a Heroku-like CLI tool. By [longshoreman](https://github.com/longshoreman) +* [deploy](https://github.com/ttiny/deploy) :skull: - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by [@ttiny](https://github.com/ttiny) +* [dockit](https://github.com/humblec/dockit) :skull: - Do docker actions and Deploy gluster containers! By [@humblec](https://github.com/humblec) +* [Longshoreman](https://github.com/longshoreman/longshoreman) :skull: - Longshoreman automates application deployment using Docker. Just create a Docker repository (or use a service), configure the cluster using AWS or Digital Ocean (or whatever you like) and deploy applications using a Heroku-like CLI tool. By [longshoreman](https://github.com/longshoreman) ### Monitoring @@ -187,12 +187,12 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [athena](https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services. -* [blimp](https://github.com/tubesandlube/blimp) ๐Ÿ’€ - Uses Docker Machine to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more by [@defermat](https://github.com/defermat) and [@schvin](https://github.com/schvin) +* [blimp](https://github.com/tubesandlube/blimp) :skull: - Uses Docker Machine to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more by [@defermat](https://github.com/defermat) and [@schvin](https://github.com/schvin) * [CloudSlang](http://www.cloudslang.io/) - CloudSlang is a workflow engine to create Docker process automation * [clusterdock](https://github.com/clusterdock/clusterdock) - Docker container orchestration to enable the testing of long-running cluster deployments * [ContainerShip](https://github.com/containership/containership) A simple container management platform * [Crane](https://github.com/Dataman-Cloud/crane) - Control plane based on docker built-in swarm [@Dataman-Cloud](https://github.com/Dataman-Cloud) -* [gantryd](https://github.com/DevTable/gantryd) ๐Ÿ’€ - A framework for easy management of docker-based components across machines by [@DevTable](https://github.com/DevTable) +* [gantryd](https://github.com/DevTable/gantryd) :skull: - A framework for easy management of docker-based components across machines by [@DevTable](https://github.com/DevTable) * [Haven](https://github.com/codeabovelab/haven-platform) - Haven is a simplified container management platform that integrates container, application, cluster, image, and registry managements. By [@codeabovelab](https://github.com/codeabovelab) * [Helios](https://github.com/spotify/helios) - A simple platform for deploying and managing containers across an entire fleet of servers by [@spotify](spotify) * [Kontena](https://github.com/kontena/kontena) - Application Containers for Masses https://www.kontena.io/ @@ -200,7 +200,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Mantl](https://github.com/mantl/mantl) - Mantl is a modern platform for rapidly deploying globally distributed services * [Marathon](https://mesosphere.github.io/marathon/docs/) - Marathon is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on" * [Mesos](https://mesos.apache.org/documentation/latest/docker-containerizer/) - Resource/Job scheduler for containers, VM's and physical hosts [@apache](https://mesos.apache.org/) -* [Mesosphere DC/OS ๐Ÿ’ฒ](https://mesosphere.com/product/) - Integrated platform for data and containers built on Apache Mesos by [@mesosphere](https://mesosphere.com) +* [Mesosphere DC/OS :heavy_dollar_sign:](https://mesosphere.com/product/) - Integrated platform for data and containers built on Apache Mesos by [@mesosphere](https://mesosphere.com) * [Nebula](https://github.com/nebula-orchestrator) - A Docker orchestration tool designed to manage massive scale distributed clusters. * [Nomad](https://github.com/hashicorp/nomad) - Easily deploy applications at any scale. A Distributed, Highly Available, Datacenter-Aware Scheduler by [@hashicorp][hashicorp] * [Panamax](https://github.com/CenturyLinkLabs/panamax-ui) - An open-source project that makes deploying complex containerized apps as easy as Drag-and-Drop by [@CenturyLinkLabs][CenturyLinkLabs]. @@ -209,14 +209,14 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### PaaS -* [Atlantis](https://github.com/ooyala/atlantis) ๐Ÿ’€ - Atlantis is an Open Source PaaS for HTTP applications built on Docker and written in Go +* [Atlantis](https://github.com/ooyala/atlantis) :skull: - Atlantis is an Open Source PaaS for HTTP applications built on Docker and written in Go * [Convox Rack](https://github.com/convox/rack) - Convox Rack is open source PaaS built on top of expert infrastructure automation and devops best practices. * [Dcw](https://github.com/pbertera/dcw) - Docker-compose SSH wrapper: a very poor man PaaS, exposing the docker-compose and custom-container commands defined in container labels. * [Dokku][dokku] - Docker powered mini-Heroku that helps you build and manage the lifecycle of applications (originally by [@progrium][progrium]) * [Empire](https://github.com/remind101/empire) - A PaaS built on top of Amazon EC2 Container Service (ECS) * [Flynn](https://github.com/flynn/flynn) - A next generation open source platform as a service * [Jelastic](https://jelastic.com/) - An advanced PaaS for developers that simplifies clustering and complex cloud deployments with powerful web UI and usage-only pricing -* [Nanobox ๐Ÿ’ฒ](https://github.com/nanobox-io/nanobox) - An application development platform that creates local environments that can then be deployed and scaled in the cloud. +* [Nanobox :heavy_dollar_sign:](https://github.com/nanobox-io/nanobox) - An application development platform that creates local environments that can then be deployed and scaled in the cloud. * [OpenShift][openshift] - An open source PaaS built on [Kubernetes][kubernetes] and optimized for Dockerized app development and deployment by [Red Hat](https://www.redhat.com/) * [Tsuru](https://github.com/tsuru/tsuru) - Tsuru is an extensible and open source Platform as a Service software * [Workflow](https://github.com/deis/workflow) - The open source PaaS for Kubernetes by [Deis](https://github.com/deis). Formerly Deis v1. @@ -234,14 +234,14 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Security -* [Aqua Security ๐Ÿ’ฒ](https://www.aquasec.com) - Securing container-based applications from Dev to Production on any platform +* [Aqua Security :heavy_dollar_sign:](https://www.aquasec.com) - Securing container-based applications from Dev to Production on any platform * [bane](https://github.com/jessfraz/bane) - AppArmor profile generator for Docker containers by [@jessfraz][jessfraz] * [CIS Docker Benchmark](https://github.com/dev-sec/cis-docker-benchmark) - This [InSpec][inspec] compliance profile implement the CIS Docker 1.12.0 Benchmark in an automated way to provide security best-practice tests around Docker daemon and containers in a production environment. By [@dev-sec](https://github.com/dev-sec) * [Clair](https://github.com/coreos/clair) - Clair is an open source project for the static analysis of vulnerabilities in appc and docker containers. By [@coreos][CoreOS] * [docker-bench-security](https://github.com/docker/docker-bench-security) - script that checks for dozens of common best-practices around deploying Docker containers in production. By [@docker][docker] * [notary](https://github.com/docker/notary) - a server and a client for running and interacting with trusted collections. By [@docker][docker] * [oscap-docker](https://github.com/OpenSCAP/openscap) - OpenSCAP provides oscap-docker tool which is used to scan Docker containers and images. By RedHat -* [Twistlock ๐Ÿ’ฒ](https://www.twistlock.com/) - Twistlock Security Suite detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications. +* [Twistlock :heavy_dollar_sign:](https://www.twistlock.com/) - Twistlock Security Suite detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications. ### Service Discovery @@ -260,9 +260,9 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Docker Machine NFS](https://github.com/adlogix/docker-machine-nfs) Activates NFS for an existing boot2docker box created through Docker Machine on OS X. * [Local Persist](https://github.com/CWSpear/local-persist) Specify a mountpoint for your local volumes (created via `docker volume create`) so that files will always persist and so you can mount to different directories in different containers. * [Minio](https://github.com/jelastic-jps/minio) - S3 compatible object storage server in Docker containers -* [portworx ๐Ÿ’ฒ](https://portworx.com) - Decentralized storage solution for persistent, shared and replicated volumes. +* [portworx :heavy_dollar_sign:](https://portworx.com) - Decentralized storage solution for persistent, shared and replicated volumes. * [REX-Ray](https://github.com/codedellemc/rexray) Vendor agnostic storage orchestration engine to provide persistent storage for Docker containers as well as Mesos frameworks and tasks. -* [quobyte ๐Ÿ’ฒ](https://www.quobyte.com/) - fully fault-tolerant distributed file system with a docker volume driver +* [quobyte :heavy_dollar_sign:](https://www.quobyte.com/) - fully fault-tolerant distributed file system with a docker volume driver ### User Interface @@ -279,7 +279,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [dockercraft](https://github.com/docker/dockercraft) - Docker + Minecraft = Dockercraft by [@docker][docker] * [docker.el](https://github.com/Silex/docker.el) Manage docker from Emacs by [Silex](https://github.com/Silex) * [dockerfile-mode](https://github.com/spotify/dockerfile-mode) An emacs mode for handling Dockerfiles by [spotify][spotify] -* [Docker-mon](https://github.com/icecrime/docker-mon) ๐Ÿ’€ - Console-based Docker monitoring by [@icecrime](https://github.com/icecrime) +* [Docker-mon](https://github.com/icecrime/docker-mon) :skull: - Console-based Docker monitoring by [@icecrime](https://github.com/icecrime) * [dockersql](https://github.com/crosbymichael/dockersql) - A command line interface to query Docker using SQL by [@crosbymichael][crosbymichael] * [dockly](https://github.com/lirantal/dockly) - An interactive shell UI for managing Docker containers by [@lirantal](https://github.com/lirantal) * [docker-ls](https://github.com/mayflower/docker-ls) - CLI tools for browsing and manipulating docker registries by [@mayflower](https://github.com/mayflower) @@ -355,7 +355,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Linter -* [dockfmt](https://github.com/jessfraz/dockfmt) ๐Ÿšง - Dockerfile formatter and parser by [@jessfraz][jessfraz] +* [dockfmt](https://github.com/jessfraz/dockfmt) :construction: - Dockerfile formatter and parser by [@jessfraz][jessfraz] * [dockerfile_lint](https://github.com/projectatomic/dockerfile_lint) - A rule-based 'linter' for Dockerfiles by [@redhataccess](https://github.com/redhataccess) * [Hadolint](https://github.com/lukasmartinelli/hadolint) - A Dockerfile linter written in Haskell by [@lukasmartinelli](https://github.com/lukasmartinelli) * [Whale-linter](https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies by [@jeromepin](https://github.com/jeromepin) @@ -476,7 +476,7 @@ Services to securely store your Docker images. * [udocker](https://github.com/indigo-dc/udocker) - A tool to execute simple docker containers in batch or interactive systems without root privileges by [@inidigo-dc](https://github.com/indigo-dc) -## Services based on Docker (๐Ÿ’ฒ) +## Services based on Docker (:heavy_dollar_sign:) ### CI Services From ee621b4d924da58949764058dc7e984209db3790 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Wed, 13 Sep 2017 18:52:33 +0200 Subject: [PATCH 4/4] update label position due to definition ```[Name](Link) :icon: - Description.``` --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b2a488..4782c36 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Mantl](https://github.com/mantl/mantl) - Mantl is a modern platform for rapidly deploying globally distributed services * [Marathon](https://mesosphere.github.io/marathon/docs/) - Marathon is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on" * [Mesos](https://mesos.apache.org/documentation/latest/docker-containerizer/) - Resource/Job scheduler for containers, VM's and physical hosts [@apache](https://mesos.apache.org/) -* [Mesosphere DC/OS :heavy_dollar_sign:](https://mesosphere.com/product/) - Integrated platform for data and containers built on Apache Mesos by [@mesosphere](https://mesosphere.com) +* [Mesosphere DC/OS](https://mesosphere.com/product/) :heavy_dollar_sign: - Integrated platform for data and containers built on Apache Mesos by [@mesosphere](https://mesosphere.com) * [Nebula](https://github.com/nebula-orchestrator) - A Docker orchestration tool designed to manage massive scale distributed clusters. * [Nomad](https://github.com/hashicorp/nomad) - Easily deploy applications at any scale. A Distributed, Highly Available, Datacenter-Aware Scheduler by [@hashicorp][hashicorp] * [Panamax](https://github.com/CenturyLinkLabs/panamax-ui) - An open-source project that makes deploying complex containerized apps as easy as Drag-and-Drop by [@CenturyLinkLabs][CenturyLinkLabs]. @@ -216,7 +216,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Empire](https://github.com/remind101/empire) - A PaaS built on top of Amazon EC2 Container Service (ECS) * [Flynn](https://github.com/flynn/flynn) - A next generation open source platform as a service * [Jelastic](https://jelastic.com/) - An advanced PaaS for developers that simplifies clustering and complex cloud deployments with powerful web UI and usage-only pricing -* [Nanobox :heavy_dollar_sign:](https://github.com/nanobox-io/nanobox) - An application development platform that creates local environments that can then be deployed and scaled in the cloud. +* [Nanobox](https://github.com/nanobox-io/nanobox) :heavy_dollar_sign: - An application development platform that creates local environments that can then be deployed and scaled in the cloud. * [OpenShift][openshift] - An open source PaaS built on [Kubernetes][kubernetes] and optimized for Dockerized app development and deployment by [Red Hat](https://www.redhat.com/) * [Tsuru](https://github.com/tsuru/tsuru) - Tsuru is an extensible and open source Platform as a Service software * [Workflow](https://github.com/deis/workflow) - The open source PaaS for Kubernetes by [Deis](https://github.com/deis). Formerly Deis v1. @@ -234,14 +234,14 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Security -* [Aqua Security :heavy_dollar_sign:](https://www.aquasec.com) - Securing container-based applications from Dev to Production on any platform +* [Aqua Security](https://www.aquasec.com) :heavy_dollar_sign: - Securing container-based applications from Dev to Production on any platform * [bane](https://github.com/jessfraz/bane) - AppArmor profile generator for Docker containers by [@jessfraz][jessfraz] * [CIS Docker Benchmark](https://github.com/dev-sec/cis-docker-benchmark) - This [InSpec][inspec] compliance profile implement the CIS Docker 1.12.0 Benchmark in an automated way to provide security best-practice tests around Docker daemon and containers in a production environment. By [@dev-sec](https://github.com/dev-sec) * [Clair](https://github.com/coreos/clair) - Clair is an open source project for the static analysis of vulnerabilities in appc and docker containers. By [@coreos][CoreOS] * [docker-bench-security](https://github.com/docker/docker-bench-security) - script that checks for dozens of common best-practices around deploying Docker containers in production. By [@docker][docker] * [notary](https://github.com/docker/notary) - a server and a client for running and interacting with trusted collections. By [@docker][docker] * [oscap-docker](https://github.com/OpenSCAP/openscap) - OpenSCAP provides oscap-docker tool which is used to scan Docker containers and images. By RedHat -* [Twistlock :heavy_dollar_sign:](https://www.twistlock.com/) - Twistlock Security Suite detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications. +* [Twistlock](https://www.twistlock.com/) :heavy_dollar_sign: - Twistlock Security Suite detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications. ### Service Discovery @@ -260,9 +260,9 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Docker Machine NFS](https://github.com/adlogix/docker-machine-nfs) Activates NFS for an existing boot2docker box created through Docker Machine on OS X. * [Local Persist](https://github.com/CWSpear/local-persist) Specify a mountpoint for your local volumes (created via `docker volume create`) so that files will always persist and so you can mount to different directories in different containers. * [Minio](https://github.com/jelastic-jps/minio) - S3 compatible object storage server in Docker containers -* [portworx :heavy_dollar_sign:](https://portworx.com) - Decentralized storage solution for persistent, shared and replicated volumes. +* [portworx](https://portworx.com) :heavy_dollar_sign: - Decentralized storage solution for persistent, shared and replicated volumes. * [REX-Ray](https://github.com/codedellemc/rexray) Vendor agnostic storage orchestration engine to provide persistent storage for Docker containers as well as Mesos frameworks and tasks. -* [quobyte :heavy_dollar_sign:](https://www.quobyte.com/) - fully fault-tolerant distributed file system with a docker volume driver +* [quobyte](https://www.quobyte.com/) :heavy_dollar_sign: - fully fault-tolerant distributed file system with a docker volume driver ### User Interface