Hi everyone,

Are docker_* modules to be expected to work on Windows?

I try to pull image like this:

- name: Pull hello world image
  docker_image:
    name: hello-world:nanoserver
    docker_host: npipe://


and get this error:

[WARNING]: FATAL ERROR DURING FILE TRANSFER: Traceback (most recent call 
last):   File
"/usr/local/lib/python2.7/dist-packages/ansible/plugins/connection/winrm.py", 
line 270, in _winrm_exec
self._winrm_send_input(self.protocol, self.shell_id, command_id, data, 
eof=is_last)   File
"/usr/local/lib/python2.7/dist-packages/ansible/plugins/connection/winrm.py", 
line 250, in
_winrm_send_input     protocol.send_message(xmltodict.unparse(rq))   File 
"/usr/local/lib/python2.7
/dist-packages/winrm/protocol.py", line 207, in send_message     return
self.transport.send_message(message)   File "/usr/local/lib/python2.7/dist-
packages/winrm/transport.py", line 202, in send_message     raise 
WinRMTransportError('http',
error_message) WinRMTransportError: (u'http', u'Bad HTTP response returned 
from server. Code 500')

Am I just doing something that simply isn't supposed to work? Or is this 
rather a bug?

Regards

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e84c9493-65ed-4e6c-9f0d-df37d555ca7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to