[ansible-project] Re: Ansible's docker module volumes option is a mystery (to me)

2014-12-26 Thread Lokesh Dokara
But ansible module is not working properly on remote nodes On Wednesday, December 24, 2014 12:34:08 AM UTC+5:30, Matt Hughes wrote: The volumes need to be where docker is running. So yes, host directory should be on the remote node running docker. On Monday, December 22, 2014 11:03:56 AM

Re: [ansible-project] Re: Ansible's docker module volumes option is a mystery (to me)

2014-12-26 Thread Matt Hughes
Do you have the required Python module installed on the remote node? I believe it is docker-py but check the docket module to be sure. On Dec 26, 2014, at 6:13 AM, Lokesh Dokara lokeshwithue...@gmail.com wrote: But ansible module is not working properly on remote nodes On Wednesday,

Re: [ansible-project] Re: Ansible's docker module volumes option is a mystery (to me)

2014-12-26 Thread Lokesh Dokara
Yeah latest version (0.7.0) of docker-py is installed. Except volumes option all other docker options are working fine. On Fri, Dec 26, 2014 at 11:04 PM, Matt Hughes hughes.m...@gmail.com wrote: Do you have the required Python module installed on the remote node? I believe it is docker-py but

[ansible-project] Re: Ansible's docker module volumes option is a mystery (to me)

2014-12-23 Thread Matt Hughes
The volumes need to be where docker is running. So yes, host directory should be on the remote node running docker. On Monday, December 22, 2014 11:03:56 AM UTC-5, Lokesh Dokara wrote: Hi all, Docker volumes worked fine for me as long as I use ansible to run docker on local system, but

[ansible-project] Re: Ansible's docker module volumes option is a mystery (to me)

2014-12-22 Thread Lokesh Dokara
Hi all, Docker volumes worked fine for me as long as I use ansible to run docker on local system, but not working fine when I try to use ansible to run docker on a remote node. My question is whether docker expects the host directory in volumes option to be on system running ansible or the

[ansible-project] Re: Ansible's docker module volumes option is a mystery (to me)

2014-09-26 Thread Bk Lau
Any final prognosis on this issue? Specfically, how should the volumes be specified. An example would be nice! I'm urgently waiting to use this feature. --BK On Tuesday, August 26, 2014 3:05:49 PM UTC-4, Steven Truong wrote: Hi all, I tried to use the volumes option and nothing seems to