Add Docker and new category Software Containers

This commit is contained in:
Francisco Augusto 2014-06-10 13:41:17 +02:00
parent 112bc7aa6d
commit 1672a68357
1 changed files with 6 additions and 0 deletions

View File

@ -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 systemlevel virtualization.*
* [Docker](http://www.docker.com/) - Open platform for developers and sysadmins to build, ship, and run distributed applications.
## SSH
*SSH tools.*