Just to see where this is at: I assume the docker_image module is still being rolled into the docker module? (http://docs.ansible.com/docker_module.html)
- The 'new' canonical docker module is good, but doesn't easily facilitate building images from a Dockerfile. You need to push to a Docker registry (Hub or private) first. - This certainly sucks if you're on a slow connection (uploading even 80MB @ 70KB/s upload = 19 minutes) - Having Ansible build the image on the remote host (and handle passing files/scripts alongside the Dockerfile) to the docker build command running on the remote host is REALLY useful, and I'm hoping it doesn't get lost in the move to the new module. I'm going to keep using the docker_image module as much as I can but I still need to double-dip with the new module to run the containers/restart them/etc. On Friday, December 12, 2014 at 6:59:58 AM UTC+8, Shunsuke Mie wrote: > > I want to build docker image by ansible, but docker_image is deprecated > module. > Can I be build in any way? > > I couldn't write english well, so this sentence is incorrect. > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/c4f417e0-817d-4e1e-b44a-253b7e0eca08%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
