From a4f37e62e35c9a9242cec30996b461d873e58bc8 Mon Sep 17 00:00:00 2001 From: devhkr Date: Tue, 13 Jun 2017 14:38:07 +0200 Subject: [PATCH 1/6] Add CIS Docker Benchmark --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 523847b..9d315a4 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files. * [GitLab CI](https://about.gitlab.com/gitlab-ci/) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners. * [GOCD-Docker](https://github.com/gocd/gocd-docker)Go Server and Agent in docker containers to provision. -* [InSpec](https://github.com/chef/inspec) - InSpec is an open-source testing framework for infrastructure with a human- and machine-readable language for specifying compliance, security and policy requirements. +* [InSpec][inspec] - InSpec is an open-source testing framework for infrastructure with a human- and machine-readable language for specifying compliance, security and policy requirements. By [@chef](https://github.com/chef) * [Microservices Continuous Deployment](https://github.com/francescou/docker-continuous-deployment) - Continuous deployment of a microservices application. * [Screwdriver](http://screwdriver.cd/) - Yahoo's OpenSource buildplatform designed for Continous Delivery. * [Skipper](https://github.com/Stratoscale/skipper) - Easily dockerize your Git repository by [@Stratoscale](https://github.com/Stratoscale) @@ -371,6 +371,7 @@ Services to securely store your Docker images. * [Træfɪk](https://github.com/containous/traefik) - Automated reverse proxy and load-balancer for Docker, Mesos, Consul, Etcd... By [@EmileVauge](https://github.com/emilevauge) ## Security +* [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] @@ -632,6 +633,7 @@ Services to securely store your Docker images. [gondor]: https://github.com/gondor [grammarly]: https://github.com/grammarly [ianmiell]: https://github.com/ianmiell +[inspec]: https://github.com/chef/inspec [JensPiegsa]: https://github.com/JensPiegsa [jessblog]: https://blog.jessfraz.com/post/docker-containers-on-the-desktop/ [jessvid]: https://www.youtube.com/watch?v=1qlLUf7KtAw From 3b96d26ddeb3525a0d16b506663d6a463736ae1e Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Fri, 16 Jun 2017 13:57:52 +0200 Subject: [PATCH 2/6] add Spotify/Helios --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 523847b..79e726d 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ Services to securely store your Docker images. * [Fleet](https://github.com/coreos/fleet) - A Distributed init System providing low-level orchestration [coreos.com] * [Flocker](https://github.com/ClusterHQ/flocker) - Flocker is a data volume manager and multi-host Docker cluster management tool by [@ClusterHQ](https://github.com/ClusterHQ) * [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 * [Kontena](https://github.com/kontena/kontena) - Application Containers for Masses https://www.kontena.io/ * [Kubernetes][kubernetes] - Open source orchestration system for Docker containers by Google [kubernetes] See Also [awesome-kubernetes](https://github.com/ramitsurana/awesome-kubernetes) by [@ramitsurana][ramitsurana] * [Maestro](https://github.com/toscanini/maestro) - Maestro provides the ability to easily launch, orchestrate and manage mulitiple Docker containers as single unit by [@tascanini](https://github.com/toscanini) From 883db633380181fdef5ba07a244d1875db7679a2 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Fri, 16 Jun 2017 14:05:51 +0200 Subject: [PATCH 3/6] Add grantyd, a framework for easy management of docker-based components across machines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 523847b..f71b74c 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ Services to securely store your Docker images. * [ElasticKube](https://github.com/ElasticBox/elastickube) - Open source management platform for Kubernetes. * [Fleet](https://github.com/coreos/fleet) - A Distributed init System providing low-level orchestration [coreos.com] * [Flocker](https://github.com/ClusterHQ/flocker) - Flocker is a data volume manager and multi-host Docker cluster management tool by [@ClusterHQ](https://github.com/ClusterHQ) +* [gantryd](https://github.com/DevTable/gantryd) - 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) * [Kontena](https://github.com/kontena/kontena) - Application Containers for Masses https://www.kontena.io/ * [Kubernetes][kubernetes] - Open source orchestration system for Docker containers by Google [kubernetes] See Also [awesome-kubernetes](https://github.com/ramitsurana/awesome-kubernetes) by [@ramitsurana][ramitsurana] From e6f510c661ec83c83ba02b18af36dd7ee4df2761 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Fri, 16 Jun 2017 14:23:17 +0200 Subject: [PATCH 4/6] fix bluemix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 523847b..66d5b39 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,7 @@ Services to securely store your Docker images. * [Giant Swarm](https://giantswarm.io/) - Simple microservice infrastructure. Deploy your containers in seconds. * [Google Container Engine](https://cloud.google.com/container-engine/docs/) - Docker containers on Google Cloud Computing powered by [Kubernetes][kubernetes]. * [Hyper_](https://hyper.sh/) - Secure container hosting service with "nano-containers" and per-second billing. -* [IBM Bluemix Container Service](https://console.ng.bluemix.net/docs/containers/container_index.html) - Run Docker containers in a hosted cloud environment on IBM Bluemix. +* [IBM Bluemix Container Service](https://console.bluemix.net/docs/containers/container_index.html) - Run Docker containers in a hosted cloud environment on IBM Bluemix. * [OpenShift Dedicated](https://www.openshift.com/dedicated/index.html) - A hosted [OpenShift][openshift] cluster for running your Docker containers managed by Red Hat. * [Orchard](https://www.orchardup.com/) (part of Docker Inc) - Get a Docker host in the cloud, instantly. * [Sloppy.io](https://sloppy.io/) - all-in-one solution for container deployment and hosting – made and hosted in Germany From baed64e21b4884eaa4a948118637ccf789f3c7db Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Fri, 16 Jun 2017 15:33:27 +0200 Subject: [PATCH 5/6] add credits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e726d..6fcfe76 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ Services to securely store your Docker images. * [Fleet](https://github.com/coreos/fleet) - A Distributed init System providing low-level orchestration [coreos.com] * [Flocker](https://github.com/ClusterHQ/flocker) - Flocker is a data volume manager and multi-host Docker cluster management tool by [@ClusterHQ](https://github.com/ClusterHQ) * [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 +* [Helios](https://github.com/spotify/helios) - A simple platform for deploying and managing containers across an entire fleet of servers by [@spotify](https://github.com/spotify/) * [Kontena](https://github.com/kontena/kontena) - Application Containers for Masses https://www.kontena.io/ * [Kubernetes][kubernetes] - Open source orchestration system for Docker containers by Google [kubernetes] See Also [awesome-kubernetes](https://github.com/ramitsurana/awesome-kubernetes) by [@ramitsurana][ramitsurana] * [Maestro](https://github.com/toscanini/maestro) - Maestro provides the ability to easily launch, orchestrate and manage mulitiple Docker containers as single unit by [@tascanini](https://github.com/toscanini) From 3d047202892b7f61214d94fc768b1ea907fd1332 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Fri, 16 Jun 2017 15:57:14 +0200 Subject: [PATCH 6/6] revise markdown spotify link by reference link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `[spotify]` reference link to fix Travis CI check issues. ``` Issues :-( > Links All OK ✓ > Dupes 1. [L171] https://github.com/spotify/ ``` --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fec974f..099e9a2 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [construi](https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by [@lstephen](https://github.com/lstephen) * [Docker Client for JVM](https://github.com/gesellix/docker-client) - A Docker remote api client library for the JVM, written in Groovy by [@gesellix][gesellix] * [docker-it-scala](https://github.com/whisklabs/docker-it-scala) - Docker integration testing kit with Scala by [@whisklabs](https://github.com/whisklabs) -* [docker-maven-plugin (1)](https://github.com/spotify/docker-maven-plugin) - A Maven plugin for building and pushing Docker images by [@spotify](https://github.com/spotify/) +* [docker-maven-plugin (1)](https://github.com/spotify/docker-maven-plugin) - A Maven plugin for building and pushing Docker images by [@spotify][spotify] * [docker-maven-plugin (2)](https://github.com/fabric8io/docker-maven-plugin) - A Maven plugin for running and creating Docker images by [@fabric8io](https://github.com/fabric8io) * [Docker-PowerShell](https://github.com/Microsoft/Docker-PowerShell) - PowerShell Module for Docker * [Docker.DotNet](https://github.com/Microsoft/Docker.DotNet) - C#/.NET HTTP client for the Docker remote API by [@ahmetalpbalkan](ahmetalpbalkan) @@ -206,7 +206,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [caduc](https://github.com/tjamet/caduc) - A docker garbage collector cleaning stuff you did not use recently * [Docker Clean](https://github.com/zzrotdesign/docker-clean) - A script that cleans Docker containers, images and volumes by [@zzrotdesign](https://github.com/zzrotdesign) * [docker-garby](https://github.com/konstruktoid/docker-garby) - Docker garbage collection script by [@konstruktoid](https://github.com/konstruktoid). -* [docker-gc](https://github.com/spotify/docker-gc) - A cron job that will delete old stopped containers and unused images by [@spotify](https://github.com/spotify) +* [docker-gc](https://github.com/spotify/docker-gc) - A cron job that will delete old stopped containers and unused images by [@spotify][spotify] * [sherdock](https://github.com/rancher/sherdock) - Automatic GC of images based on regexp by [@rancher][rancher] ## Hosting Images (registries) @@ -348,7 +348,7 @@ Services to securely store your Docker images. * [Flocker](https://github.com/ClusterHQ/flocker) - Flocker is a data volume manager and multi-host Docker cluster management tool by [@ClusterHQ](https://github.com/ClusterHQ) * [gantryd](https://github.com/DevTable/gantryd) - 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](https://github.com/spotify/) +* [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/ * [Kubernetes][kubernetes] - Open source orchestration system for Docker containers by Google [kubernetes] See Also [awesome-kubernetes](https://github.com/ramitsurana/awesome-kubernetes) by [@ramitsurana][ramitsurana] * [Maestro](https://github.com/toscanini/maestro) - Maestro provides the ability to easily launch, orchestrate and manage mulitiple Docker containers as single unit by [@tascanini](https://github.com/toscanini) @@ -665,6 +665,7 @@ Services to securely store your Docker images. [sebgoa]: https://twitter.com/sebgoa [sematext]: https://twitter.com/sematext [sindresorhus]: https://github.com/sindresorhus/awesome +[spotify]: https://github.com/spotify [spm]: https://github.com/sematext/sematext-agent-docker [vegasbrianc]: https://github.com/vegasbrianc [vimagick]: https://github.com/vimagick