From 47685116a87aaadcb45e63138a55f5d196e99e90 Mon Sep 17 00:00:00 2001
From: SemperFu <jason.windisch@gmail.com>
Date: Sun, 23 Sep 2018 23:41:33 -0400
Subject: [PATCH] Add portainer

Simple management UI for Docker

Should this go under Containers or Control Panels?
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index b8ef111..7174d30 100644
--- a/README.md
+++ b/README.md
@@ -569,6 +569,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
 * [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.
   * [Docker Swarm](https://docs.docker.com/engine/swarm/) - Manage cluster of Docker Engines.
+  * [Portainer](https://portainer.io/) - Simple management UI for Docker.
 * [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features.
   * [LXD](https://linuxcontainers.org/lxd/) – a container "hypervisor" and a better UX for LXC.
 * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux.