A
A
AlexLIn2015-04-30 10:52:03
linux
AlexLIn, 2015-04-30 10:52:03

Sane Docker Web UI?

Good afternoon,
what web ui do you use or know for Docker?
I only know 2 WebUIs for Docker. These are Cockpit and Panamax
But they have big drawbacks.
Cockpit does not know how to link containers from WebUI, set environment variables and connect volumes.
And Panamax is not able to turn off containers or show previously running containers. And it also works very unstable.
If you know something please write in this thread.
Thank you.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
Sergey Fadeev, 2015-05-07
@fadeev2010

I use dockerUI
https://registry.hub.docker.com/u/dockerui/dockerui/
You can run it as a container right away
docker run -d -p 9000:9000 --privileged -v /var/run/docker.sock:/ var/run/docker.sock dockerui/dockerui I
mainly use it to remove old containers and images, it's also convenient to look at logs by containers, parameters.

N
Nazar Mokrinsky, 2015-04-30
@nazarpc

I don't use it yet, but you should like Rancher . Able to raise and link overlay network even containers on different servers.
In addition, there is a load balancer and other conveniences, Open Source.
Containers will only be visible to those that were launched through the UI, there's nothing to be done about it.

N
neowisard, 2016-09-21
@neowisard

I started using Rancher a year ago, I did not regret it. Since then, it has been released to the market, it supports all kinds of environments (its own - Cattle, Swarm, Cubernetes, Mesos) everything out of the box, everything is simple and convenient. Set for about a minute.
For projects where there are no more than 10 servers and no more than 1000 services, I recommend Cattle, if there are a lot of servers, then Kuburnets or mezos with a marathon. Someone here is closer.
rancher.com/rancher
Here is a discussion of what to choose https://forums.rancher.com/t/what-are-benefits-or-...

P
Pavel, 2017-12-10
@pbt39

https://portainer.io/install.html

V
Viktor Login, 2015-10-14
@BATAZOR

Still have panamax and kitematic

D
Dmitry Grunsky, 2016-01-17
@Grunya_404

I recommend tutum.co /
and how its development appeared docker universal control panel(beta) https://www.docker.com/universal-control-plane

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question