I am struggling with ansible-container. I have an issue similar to that found in here where it was suggested that docker is not configured correctly. Basically I have a bare bones example and no container is built. I have docker install on Ubuntu 16.04 as per instructions and the hello world and Ubuntu bash examples both work.
Could someone point me to some documentation/references that indicate the correct docker setup and/or the best way of debugging this. It occurred to me that my dns may not be configured correctly.
I simply tuse the following commands and get the resulting error:
ansible-container init
ansible-container build
ansible-container run
ERROR: for ansible-container invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"exec: \\\"/bin/false\\\": stat /bin/false: no such file or directory\"\n"