Re: River and Docker

2015-03-31 Thread Greg Trasuk
I think it might, but I need to learn some more about Docker. I’m looking into it over the next few days. Cheers, Greg Trasuk On Mar 30, 2015, at 11:36 PM, Patricia Shanahan p...@acm.org wrote: Does the Docker registry have any relevance or use for River?

Re: River and Docker

2015-03-31 Thread Zsolt Kúti
AFAIK it's linux only at present. On Tue, Mar 31, 2015 at 8:33 AM, Greg Trasuk tras...@stratuscom.com wrote: I think it might, but I need to learn some more about Docker. I’m looking into it over the next few days. Cheers, Greg Trasuk On Mar 30, 2015, at 11:36 PM, Patricia Shanahan

Re: River and Docker

2015-03-31 Thread Greg Trasuk
Is that a problem? From what I’ve seen so far, Java applications should work, so it should be possible to put a set of River infrastructure services (Reggie, Mahalo, Outrigger, etc) into a Docker container. Cheers, Greg Trasuk On Mar 31, 2015, at 3:57 AM, Zsolt Kúti la.ti...@gmail.com

Re: River and Docker

2015-03-31 Thread Zsolt Kúti
Perhaps I misunderstood the original question. I meant that any use of Docker (regardless of River) is only for Linux user's benefit. Zsolt On Tue, Mar 31, 2015 at 2:47 PM, Greg Trasuk tras...@stratuscom.com wrote: Is that a problem? From what I’ve seen so far, Java applications should

Re: River and Docker

2015-03-31 Thread Dennis Reedy
Docker provides a virtualization approach that allows containers to run within a single Linux instance. River could certainly create Docker images. I think we'd have to make sure that the network configuration between docker containers would be setup correctly to have a distributed system

Re: River and Docker

2015-03-31 Thread Patricia Shanahan
There does seem to be some support for Docker on Windows, using VirtualBox. See https://docs.docker.com/installation/windows/. I have not yet tried it out. On 3/31/2015 6:09 AM, Zsolt Kúti wrote: Perhaps I misunderstood the original question. I meant that any use of Docker (regardless of