<p dir="ltr">Check out the concept of 'linking' in Docker. You basically build multiple containers and link them together. With links between containers, ports will be opened and restricted to and between the linked containers. It's a pretty neat concept. Basically, it becomes a clustered app. </p>
<p dir="ltr">Now, from this discussion I gather that Docker in PVE has a low chance, but the way I imagine that it could work is that an app could be built, with multiple containers in it and be nicely represented in a UI, along with the links and the app's "state". Just having a Dockerfile and the app build process managed through a UI would be very neat. </p>
<p dir="ltr">Best /// Martin</p>
<div class="gmail_quote">On Mar 29, 2015 11:07, "Dietmar Maurer" <<a href="mailto:dietmar@proxmox.com">dietmar@proxmox.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> I guess that is not really the problem, but Docker is intended to run<br>
> applications not full systems like the way it works for OpenVZ now.<br>
<br>
It is even more limited. The idea is to run single binaries inside a docker<br>
container.<br>
But in real world, most applications need to run many different binaries.<br>
<br>
</blockquote></div>