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 River

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 comp

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 wrote: > > Is that a problem? From what I’ve seen so far, Java applications should > work, so it should be po

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 wrote: > AFAIK it's li

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 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 wrote: > > > Doe

Re: River and Docker

2015-03-30 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 wrote: > Does the Docker registry have any relevance or use for River?

River and Docker

2015-03-30 Thread Patricia Shanahan
Does the Docker registry have any relevance or use for River?