Re: few basic questions about S2I and docker run

2016-09-13 Thread Ben Parees
On Tue, Sep 13, 2016 at 1:35 AM, Ravi Kapoor wrote: > Hi Ben, > > I am finally able to run my nodejs code on openshift with both approaches > (volume mount as well as S2I) > I was also able to resolve most of other issues I mentioned and was able > to run JEE application

Re: few basic questions about S2I and docker run

2016-09-12 Thread Ravi Kapoor
Hi Ben, I am finally able to run my nodejs code on openshift with both approaches (volume mount as well as S2I) I was also able to resolve most of other issues I mentioned and was able to run JEE application as well. Thanks a lot for helping me through all the silly questions. Good news is that

Re: few basic questions about S2I and docker run

2016-09-05 Thread Ben Parees
On Mon, Sep 5, 2016 at 11:42 PM, Ravi wrote: > > Ben, > > You have been very helpful. I am sincerely thankful. > > > ​I still think you'll get more mileage by trying to use the system as it > > was designed to be used(build an image with your compiled source built > >

Re: few basic questions about S2I and docker run

2016-09-05 Thread Ravi
Ben, You have been very helpful. I am sincerely thankful. > ​I still think you'll get more mileage by trying to use the system as it > was designed to be used(build an image with your compiled source built > in) instead of trying to force a different workflow onto it. I understand and agree.

Re: few basic questions about S2I and docker run

2016-09-05 Thread Cameron Braid
Sorry to hijack your thread, but where is the "git repo volume example" ? In origin gitI can see the gitserver ( https://github.com/openshift/origin/tree/master/examples/gitserver) but it uses wither ephemeral or pvc. Cheers Cameron On Tue, 6 Sep 2016 at 12:34 Ben Parees

Re: few basic questions about S2I and docker run

2016-09-05 Thread Ben Parees
On Fri, Sep 2, 2016 at 4:27 PM, Ravi wrote: > > Ben, thanks for pointing me in right direction. However, after a week, I > am still struggling and need help. > > The questions you raised are genuine issues which, if managed by openshift > will be easy to handle, however

Re: few basic questions about S2I and docker run

2016-09-02 Thread Ravi
Ben, thanks for pointing me in right direction. However, after a week, I am still struggling and need help. The questions you raised are genuine issues which, if managed by openshift will be easy to handle, however if openshift does not manage them, then manually managing them is certainly

Re: few basic questions about S2I and docker run

2016-08-26 Thread Ben Parees
On Fri, Aug 26, 2016 at 6:10 PM, Ravi Kapoor wrote: > > Ben, > > Thank you so much for taking the time to explain. This is very helpful. > If I may, I have a few followup questions: > > > ​That is not a great approach to running code. It's fine for > development, but

Re: few basic questions about S2I and docker run

2016-08-26 Thread Ravi Kapoor
Ben, Thank you so much for taking the time to explain. This is very helpful. If I may, I have a few followup questions: > ​That is not a great approach to running code. It's fine for development, but you really want to be producing immutable images that a developer can hand to QE has tested it,

few basic questions about S2I and docker run

2016-08-26 Thread Ravi
So I am trying to use openshift to manage our dockers. First problem I am facing is that most of documentation and image templates seem to be about S2I. We are considering a continuous builds for multiple projects and building an image every 1 hour for multiple projects would create total