Re: [atomic-devel] podman user defined network support

2019-09-09 Thread Muayyad AlSadi
This example have: postgres database Rabbitmq Mamcached Django oython web app and its delayed tasks https://github.com/containers/podman-compose/blob/master/examples/awx3/docker-compose.yml On Mon, Sep 9, 2019, 5:04 PM Farkas Levente wrote: > In the light of the above solution... > > is any

Re: [atomic-devel] podman user defined network support

2019-09-09 Thread Farkas Levente
In the light of the above solution... is anybody use containers with podman in any real environment? let's just assume a database and a service (where we can't put them into the same pod)? eg. we've a db cluster and a few service which use that cluster. thanks in advance. On Fri, May 17, 2019 a

Re: [atomic-devel] podman user defined network support

2019-05-17 Thread Daniel Walsh
On 5/16/19 8:26 PM, Muayyad AlSadi wrote: > rootless podman containers can create network using slirp4netns > but there is no container to container communication > > the workaround I used in podman-compose is that I share a network > between containers > and all containers talk via pod shared loca

Re: [atomic-devel] podman user defined network support

2019-05-16 Thread Muayyad AlSadi
rootless podman containers can create network using slirp4netns but there is no container to container communication the workaround I used in podman-compose is that I share a network between containers and all containers talk via pod shared localhost (not to be confused with host localhost) I was

Re: [atomic-devel] podman user defined network support

2019-05-16 Thread Farkas Levente
On 5/8/19 9:19 PM, Brent Baude wrote: > On Wed, 2019-05-08 at 09:53 +0200, Farkas Levente wrote: >> hi, >> it seems that podman do not support network command. ie. it's not >> possible to create user defined network. >> >> is it possible to create a user defined network somehow? >> >> is it possibl

Re: [atomic-devel] podman user defined network support

2019-05-08 Thread Brent Baude
On Wed, 2019-05-08 at 09:53 +0200, Farkas Levente wrote: > hi, > it seems that podman do not support network command. ie. it's not > possible to create user defined network. > > is it possible to create a user defined network somehow? > > is it possible to define a user defined network is rootles

Re: [atomic-devel] podman user defined network support

2019-05-08 Thread Clement Verna
On Wed, 8 May 2019 at 09:53, Farkas Levente wrote: > > hi, > it seems that podman do not support network command. ie. it's not > possible to create user defined network. > > is it possible to create a user defined network somehow? > > is it possible to define a user defined network is rootless mod

[atomic-devel] podman user defined network support

2019-05-08 Thread Farkas Levente
hi, it seems that podman do not support network command. ie. it's not possible to create user defined network. is it possible to create a user defined network somehow? is it possible to define a user defined network is rootless mode? since podman do not support --link how can communicate two con