Thanks Paul!
On Sat, Jul 5, 2014 at 11:24 AM, Paul Fremantle <[email protected]> wrote: > Chris > > I think this is a very good approach. +1 from me. > > Paul > > > On 5 July 2014 11:23, chris snow <[email protected]> wrote: >> >> Hi Devs, >> >> I've been thinking about the task of providing debian/redhat packages >> for stratos, and the more I think about it, it seems that it may be >> better if we provide docker images for different scenarios (e.g. >> example puppet-master image, activemq image, single stratos product >> image, separate stratos product images). >> >> These images will work on all operating systems supporting docker and >> will be fairly trivial for stratos administratos to install stratos >> with just a few keystrokes (example below is for ubuntu hosts): >> >> $ sudo apt-get update >> $ sudo apt-get install docker.io >> >> # pull apache stratos repo >> $ sudo docker pull apache-stratos >> >> # set up example puppet master >> $ sudo docker run -d apache-stratos/puppet-master >> >> # set up activemq >> $ sudo docker run -d apache-stratos/activemq >> >> # set up stratos single jvm profile >> $ sudo docker run -d apache-stratos/stratos-allinone >> >> >> WDYT? >> >> Cheers, >> >> Chris > > > > > -- > Paul Fremantle > CTO and Co-Founder, WSO2 > OASIS WS-RX TC Co-chair, Apache Member > > UK: +44 207 096 0336 > US: +1 646 595 7614 > > blog: http://pzf.fremantle.org > twitter.com/pzfreo > [email protected] > > wso2.com Lean Enterprise Middleware > > Disclaimer: This communication may contain privileged or other confidential > information and is intended exclusively for the addressee/s. If you are not > the intended recipient/s, or believe that you may have received this > communication in error, please reply to the sender indicating that fact and > delete the copy you received and in addition, you should not print, copy, > retransmit, disseminate, or otherwise use the information contained in this > communication. Internet communications cannot be guaranteed to be timely, > secure, error or virus-free. The sender does not accept liability for any > errors or omissions.
