From bb2c1c39b92f0f270d7957aa87944626b8bc6e64 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Tue, 17 Oct 2017 22:23:25 +0200 Subject: [PATCH 1/2] added Grafeas Metadata tool for containers Signed-off-by: Brian Christner --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfb41bb..d3884bf 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [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) :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) +* [Grafeas](https://github.com/Grafeas/Grafeas) - Grafeas defines metadata API spec for componentes. By [Grafeas](https://github.com/Grafeas) * [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 From db6f6d866767f66846bb5b4986da1a72042de89c Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Mon, 23 Oct 2017 21:03:06 +0200 Subject: [PATCH 2/2] fixed the Grafeas description Signed-off-by: Brian Christner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3884bf..761f08a 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [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) :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) -* [Grafeas](https://github.com/Grafeas/Grafeas) - Grafeas defines metadata API spec for componentes. By [Grafeas](https://github.com/Grafeas) +* [Grafeas](https://github.com/Grafeas/Grafeas) - A common API for metadata about containers, from image and build details to security vulnerabilities. By [Grafeas](https://github.com/Grafeas) * [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