Portainer

https://portainer.io

Portainer is an open-source lightweight management UI which allows you to easily manage your Docker hosts or Swarm clusters

$ docker volume create portainer_data
$ docker run -d -p 9000:9000 \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v portainer_data:/data portainer/portainer

You can also manage swarm clusters with portainer