From 95a0f0d87731ea7f13e6c93a726eb6af22d6a654 Mon Sep 17 00:00:00 2001 From: John Matson Date: Wed, 11 Nov 2015 17:09:33 -0500 Subject: [PATCH 1/3] Fix misformatted markdown links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d8922a..a79b6a3 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [portainer](https://github.com/duedil-ltd/portainer) (Apache Mesos framework for building Docker images) by [@tarnfeld](https://github.com/tarnfeld) * [Gradle Docker plugin](https://github.com/gesellix/gradle-docker-plugin) a Docker remote api plugin for Gradle by [@gesellix](https://github.com/gesellix) * [Docker client](https://github.com/gesellix/docker-client) a Docker remote api client library for the JVM, written in Groovy by [@gesellix](https://github.com/gesellix) -* [Dropdock][http://www.dropdock.io/] a framework designed for Drupal to build fast, isolated development environments using Docker. +* [Dropdock](http://www.dropdock.io/) a framework designed for Drupal to build fast, isolated development environments using Docker. * [Devstep](https://github.com/fgrehm/devstep) (Development environments powered by Docker and buildpacks) by [@fgrehm](https://github.com/fgrehm) * [Lorry](https://lorry.io/) (Lorry is a docker-compose.yml validator and composer) by [@CenturyLinkLabs](https://github.com/CenturyLinkLab) * [Dray](http://dray.it/) (Dray is an engine for managing the execution of container-based workflows. Docker Workflow Engine - UNIX pipes for Docker) by [@CenturyLinkLabs](https://github.com/CenturyLinkLab) @@ -402,7 +402,7 @@ Securely store your Docker images. * [Axibase Time-Series Database](http://axibase.com/products/axibase-time-series-database/writing-data/docker-cadvisor/) (Long-term retention of container statistics and built-in dashboards for Docker. Collected with native Google cAdvisor storage driver.) * [cAdvisor](https://github.com/google/cadvisor) (Analyzes resource usage and performance characteristics of running containers. created by [@Google](https://github.com/google) -* [Datadog](https://www.datadog.com] (Datadog is a full-stack monitoring service for large-scale cloud environments that aggregates metrics/events from servers, databases, and applications. It includes support for Docker, Kubernetes, and Mesos. +* [Datadog](https://www.datadog.com) Datadog is a full-stack monitoring service for large-scale cloud environments that aggregates metrics/events from servers, databases, and applications. It includes support for Docker, Kubernetes, and Mesos. * [Dockerana](https://github.com/dockerana/dockerana) (packaged version of Graphite and Grafana, specifically targeted at metrics from Docker.) * [Docker-mon](https://github.com/icecrime/docker-mon) (Console-based Docker monitoring) by [@icecrime](https://github.com/icecrime) * [InfluxDB, cAdvisor, Grafana](https://github.com/vegasbrianc/docker-monitoring) (InfluxDB Time series DB in combination with Grafana and cAdvisor) by [@vegasbrianc](https://github.com/vegasbrianc) From b378dc23ea9cf7cf84e16798a54ffecedc5438de Mon Sep 17 00:00:00 2001 From: John Matson Date: Wed, 11 Nov 2015 17:33:34 -0500 Subject: [PATCH 2/3] Add Docker monitoring series --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a79b6a3..6669f94 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Containerization and the PaaS Cloud](http://www.computer.org/cms/Computer.org/ComputingNow/issues/2015/09/mcd2015030024.pdf) -- This article discusses the requirements that arise from having to facilitate applications through distributed multicloud platforms. * [Docker for Development: Common Problems and Solutions](https://medium.com/@rdsubhas/docker-for-development-common-problems-and-solutions-95b25cae41eb) by [@rdsubhas](https://github.com/rdsubhas) * [Docker Adoption Data](https://www.datadoghq.com/docker-adoption/) A study by Datadog on the real world Docker usage stastics and deployment patterns. +* [How to Monitor Docker](https://www.datadoghq.com/blog/the-docker-monitoring-problem/) (4-part series) ## Deep Dive From 11d40edd86769773f8718cffa8d3916c4cd641c2 Mon Sep 17 00:00:00 2001 From: John Matson Date: Wed, 11 Nov 2015 17:38:20 -0500 Subject: [PATCH 3/3] Revert "Add Docker monitoring series" This reverts commit b378dc23ea9cf7cf84e16798a54ffecedc5438de. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6669f94..a79b6a3 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,6 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Containerization and the PaaS Cloud](http://www.computer.org/cms/Computer.org/ComputingNow/issues/2015/09/mcd2015030024.pdf) -- This article discusses the requirements that arise from having to facilitate applications through distributed multicloud platforms. * [Docker for Development: Common Problems and Solutions](https://medium.com/@rdsubhas/docker-for-development-common-problems-and-solutions-95b25cae41eb) by [@rdsubhas](https://github.com/rdsubhas) * [Docker Adoption Data](https://www.datadoghq.com/docker-adoption/) A study by Datadog on the real world Docker usage stastics and deployment patterns. -* [How to Monitor Docker](https://www.datadoghq.com/blog/the-docker-monitoring-problem/) (4-part series) ## Deep Dive