Live data from Hacker News

Portainer, a UI for Docker

media-glass.es

21–30 of 31 posts

Re: Portainer, a UI for Docker

#21
post #19

Can anyone point me to the best argument for hiding complexity instead of eliminating it?

Sometimes you want it (lots of config options) and sometimes you don't. In the real world, you need the detail available for strange edge cases but generally are happy with mostly-defaults.

Re: Portainer, a UI for Docker

#22
The lineage:

DockerUI - Created by Michael Crosby, later handed off to me when he got busy at Docker. The goal was to provide parity with the Docker command line, no extra features.

UI for Docker - Rename of the same project due to trademark concerns

Portainer - Fork of the original codebase with an expanded feature scope. I started losing interest in keeping up with Docker features when they added native Swarm, combined with a job change it was a good time to hand off the torch to someone else. It looks like they're trying to make a company out of it, I'm interested to see if they can make it happen.

Re: Portainer, a UI for Docker

#23
post #14

would love to see a curses (cli) based UI for managing images/containers (not aware of any).

if you use docker from terminal, why would you need anything else than you have already? current docker commands are pretty easy and intuitive IMO.

Re: Portainer, a UI for Docker

#24
post #7

how is this different then shipyard -> https://shipyard-project.com/ i would love to be able to add docker-compose file and it would create everything for me ( something like rancher ). shipyard does not support this and with rancher i abounded it after running into problems.

shameless plug, I've developed an HTTP API (plus a minimal web interface) on top of docker compose: https://github.com/francescou/docker-compose-ui , it shold be fully compatible with the docker-compose CLI.

Re: Portainer, a UI for Docker

#25
post #19

Can anyone point me to the best argument for hiding complexity instead of eliminating it?

We wanted portainer to mask the underlying complexity of Docker, without totally removing the functions that is making Docker legendary. Its a balancing act between hiding and removing compexity, but thats what makes UX design.

Re: Portainer, a UI for Docker

#26

I'm not really sure on how this can move beyond a "good to have" UI on my dev machine. In production I'd always want a more wide-scoped dashboard like the one in K8s or Marathon.

This. I evaluated Portainer recently and found myself missing a few critical features available from Marathon.

Such as? Let us know what we are missing, and we can look at adding it.. remember tho, we are not trying to be a replacement for Swarm, we believe swarm service orchestration to be a winner, so are supporting that (as opposed to rancher, kuber etc who have their own cluster solution).

Re: Portainer, a UI for Docker

#27
post #7

how is this different then shipyard -> https://shipyard-project.com/ i would love to be able to add docker-compose file and it would create everything for me ( something like rancher ). shipyard does not support this and with rancher i abounded it after running into problems.

We are adding support for compose YAML files in the Feb/March timeframe.. you will simply upload a yaml file, which portainer will then use to create containers/services

Re: Portainer, a UI for Docker

#28
post #3
post #2

Why should I use this instead of Kubernetes?

As far as I understand, this is 'only' a UI layer on top of Docker and Docker Swarm. So this doesn't tackle any of the problems which Kubernetes (or Docker Swarm, for that matter) would, like scheduling and service discovery. Two very different things, really.

We are adding "tasks or jobs" in Feb/March timeframe, which will allow you to schedule any portainer task (such as scaling up or down a service). Swarmmode really does make service discovery a lot simpler, no need for Consul etc.

Re: Portainer, a UI for Docker

#29
post #22

The lineage: DockerUI - Created by Michael Crosby, later handed off to me when he got busy at Docker. The goal was to provide parity with the Docker command line, no extra features. UI for Docker - Rename of the same project due to trademark concerns Portainer - Fork of the original codebase with an expanded feature scope. I started losing interest in keeping up with Docker features when they added native Swarm, comb…

Thanks Kevan, the work of Docker UI was legendary, however, as you pointed out, development slowed. We initially built portainer for our own internal use (as the UI for CloudInovasi.id), but liked it so much, we decided to focus on it. We are now wanting to add substantially more capability so that it becomes truly production ready. There will be a select few paid add-on's in the future for things like AD authentication, multi-tenancy etc, but the core will always be opensource and free.

Re: Portainer, a UI for Docker

#30
post #3

Earlier quoted context omitted.

As far as I understand, this is 'only' a UI layer on top of Docker and Docker Swarm. So this doesn't tackle any of the problems which Kubernetes (or Docker Swarm, for that matter) would, like scheduling and service discovery. Two very different things, really.

We are adding "tasks or jobs" in Feb/March timeframe, which will allow you to schedule any portainer task (such as scaling up or down a service). Swarmmode really does make service discovery a lot simpler, no need for Consul etc.

That's great to hear, I hope the best for the project! I meant 'scheduling' in the cluster management sense (which containers run in which nodes), though.
Post reply on HN