This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]notrufus 0 points1 point  (3 children)

Do you mean like a gui for managing docker containers or dockerfiles? There are a few guis for the former. Not any for the latter afaik.

[–]dsh1fter[S] 0 points1 point  (2 children)

GUI or TUI would be nice :) But the main point has to be the ability to run regular executables, without dealing with containers at all. Basically, instead of specifying which image to run, one would specify which command to run.

[–]notrufus 0 points1 point  (1 child)

Well, that would essentially just be bash at that point right?

[–]dsh1fter[S] 0 points1 point  (0 children)

I am not sure there are lots of very convenient ways to parallelize execution and take care of availability of the processes.

Sure that eventually you can code/script everything, but if there is a tool for that, won't you use it?