Re: Accessing files between conatiners.

2015-08-17 Thread Stuart Bishop
On 14 August 2015 at 15:47, Sunitha Radharapu sradh...@in.ibm.com wrote: Hi Andrew, IBM MobileFirst Server product have an option to connect to Remote database(DB2), But to install MobileFirst Server with remote database I need a to get an IBM db2 jar file form DB2 database which is present

Re: Accessing files between conatiners.

2015-08-14 Thread Sunitha Radharapu
andrew.wilk...@canonical.com To: Sunitha Radharapu/India/IBM@IBMIN, Juju email list juju@lists.ubuntu.com Date: 14-08-2015 08:17 Subject:Re: Accessing files between conatiners. Hi Sunitha, We intend to support shared filesystems in the core of Juju, but this is not currently

Accessing files between conatiners.

2015-08-13 Thread Sunitha Radharapu
Hi, I have a scenario where my application is connecting to Remote DB. Example: If my DB is running in container 1 and my application is running in container 2 , Is it possible to access the files of container 1(where my DB is installed) from container 2(where my application is installed).?

Re: Accessing files between conatiners.

2015-08-13 Thread Andrew Wilkins
Hi Sunitha, We intend to support shared filesystems in the core of Juju, but this is not currently available. You could use NFS if a shared filesystem is appropriate. Can you describe the problem you're trying to solve by sharing files? There may be a better approach that will work today.