From a6f9b6573cf73471028027c05ddbc3248817631f Mon Sep 17 00:00:00 2001 From: n1trux Date: Fri, 3 Mar 2017 17:58:01 +0100 Subject: [PATCH] added docker compose to containers, thanks @tgermain --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c59bb61..85eaed0 100644 --- a/README.md +++ b/README.md @@ -552,6 +552,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v *Operating system–level virtualization.* * [Docker](http://www.docker.com/) - Platform for developers and sysadmins to build, ship, and run distributed applications. + * [Docker Compose](https://docs.docker.com/compose/) - Define and run multi-container Docker applications. * [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features. * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux.