Re: OFBiz 16.11.01 docker demo-data image

2017-01-25 Thread Jacques Le Roux
Thanks Paul! Jacques Le 25/01/2017 à 21:42, Paul Mandeltort a écrit : Windows 10 Pro adds Hyper-V support which means the docker images run natively in Windows without extra VM overhead. For Windows 7 & 8 you can install Docker Toolbox which contains an embedded install of VirtualBox VM env

Re: OFBiz 16.11.01 docker demo-data image

2017-01-25 Thread Paul Mandeltort
Windows 10 Pro adds Hyper-V support which means the docker images run natively in Windows without extra VM overhead. For Windows 7 & 8 you can install Docker Toolbox which contains an embedded install of VirtualBox VM environment. Everything will run just fine, just not quite as snappy, but t

Re: OFBiz 16.11.01 docker demo-data image

2017-01-25 Thread Jacques Le Roux
Le 25/01/2017 à 08:57, Jacques Le Roux a écrit : Le 24/01/2017 à 22:04, Taher Alkhateeb a écrit : Mind you, however, that people still need to learn how to install Docker (not yet very trivial on Linux) and they also still need to get comfortable with docker commands and concepts. And what ab

Re: OFBiz 16.11.01 docker demo-data image

2017-01-25 Thread Paul Mandeltort
Docker for Windows is out now, quick install, comes with everything you need to get going. https://docs.docker.com/docker-for-windows/ Requires Win10 Pro/64bit. Try it, it’s amazing. Once you have that installed, docker run -d -p 8080:8080 -p 8

Re: OFBiz 16.11.01 docker demo-data image

2017-01-24 Thread Jacques Le Roux
Le 24/01/2017 à 22:04, Taher Alkhateeb a écrit : Mind you, however, that people still need to learn how to install Docker (not yet very trivial on Linux) and they also still need to get comfortable with docker commands and concepts. And what about developers working on Windows like me? I'm not

Re: OFBiz 16.11.01 docker demo-data image

2017-01-24 Thread Shi Jinghai
@ofbiz.apache.org 主题: Re: OFBiz 16.11.01 docker demo-data image Full disclosure, I am relatively new to docker and containerization technology, and only have deployments on my staging servers at the moment, so my main goal here is to just facilitate discussion and get the group thinking about it from

Re: OFBiz 16.11.01 docker demo-data image

2017-01-24 Thread Paul Mandeltort
Full disclosure, I am relatively new to docker and containerization technology, and only have deployments on my staging servers at the moment, so my main goal here is to just facilitate discussion and get the group thinking about it from an end/user small-shop ops perspective! :-) > On Jan 24,

Re: OFBiz 16.11.01 docker demo-data image

2017-01-24 Thread Taher Alkhateeb
Hi Paul, Thank you for your thoughts, inline ... On Tue, Jan 24, 2017 at 9:02 PM, Paul Mandeltort wrote: > Just skimmed it. It’s an excellent overview for folks familiar with IT ops > and virtual environments and covers some of the key architectural bits. > > As it applies to OFbiz, I foresee co

Re: OFBiz 16.11.01 docker demo-data image

2017-01-24 Thread Paul Mandeltort
Just skimmed it. It’s an excellent overview for folks familiar with IT ops and virtual environments and covers some of the key architectural bits. As it applies to OFbiz, I foresee containerized ofbiz deployments to look like: - Application Container - Base OOTB OFBiz container

Re: OFBiz 16.11.01 docker demo-data image

2017-01-24 Thread Todd Thorner
For those OFBiz end users who might be interested, there exists a free (with registration) e-book that covers containerizing traditional applications. I haven't read it yet, so this can't be a direct endorsement. http://info.nirmata.com/containerizing-traditional-apps-ebook?hsCtaTracking=09d8

Re: OFBiz 16.11.01 docker demo-data image

2017-01-18 Thread Sharan Foga
Hi Paul Thanks for sharing this. It sounds like something that could be very useful. Would you be interested in creating a page on the wiki and adding these details as an option for potential users? Thanks Sharan On 2017-01-17 19:23 (+0100), Paul Mandeltort wrote: > Hey guys, thought youâ€

Re: OFBiz 16.11.01 docker demo-data image

2017-01-17 Thread Todd Thorner
That's some fantastic information, Mr. Mandeltort. Thanks very much - Todd On 17-01-17 12:34 PM, Paul Mandeltort wrote: CoreOS goes hand-in-hand with Docker - it’s designed for deploying Docker on production bare metal servers. I’ve been experimenting with CoreOS for our internal servers

Re: OFBiz 16.11.01 docker demo-data image

2017-01-17 Thread Paul Mandeltort
CoreOS goes hand-in-hand with Docker - it’s designed for deploying Docker on production bare metal servers. I’ve been experimenting with CoreOS for our internal servers and overall it’s an awesome OS simply because updates and security are architected in. Keep in mind it’s designed for cloud d

Re: OFBiz 16.11.01 docker demo-data image

2017-01-17 Thread Todd Thorner
Great stuff, thanks. Have you any opinion on leaping straight toward something like CoreOS? Is the difference mostly a matter of codebase maturity, or is it something more fundamental to the design/architecture which might leave docker as being more compatible with OFBiz? - Todd On 17-0

OFBiz 16.11.01 docker demo-data image

2017-01-17 Thread Paul Mandeltort
Hey guys, thought you’d be interested in a side project I’ve been working on to smooth out our devops. One of the biggest pain points for me in OFbiz development and deployment (as an end user) is managing the complex dependencies and differences between JDK’s, OS’s, hardware platforms, etc. Do