From 1672a68357626a6b0d87e58e2530dfd5456b8eba Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Tue, 10 Jun 2014 13:41:17 +0200 Subject: [PATCH] Add Docker and new category Software Containers --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5d1240e..fcdc14c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [NoSQL](#nosql) * [RDBMS](#rdbms) * [SMTP](#smtp) + * [Software Containers](#software-containers) * [SSH](#ssh) * [Statistics](#statistics) * [Ticketing systems](#ticketing-systems) @@ -214,6 +215,11 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement. * [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA). +## Software Containers. +*Operating system–level virtualization.* + +* [Docker](http://www.docker.com/) - Open platform for developers and sysadmins to build, ship, and run distributed applications. + ## SSH *SSH tools.*