This repository was archived by the owner on Mar 23, 2019. It is now read-only.
Docker version check (['/usr/local/bin/docker', 'version', '--format', \"'{{.Server.Version}}'\"]) failed: Error response from daemon: client is newer than server (client API version: 1.24, server API version: 1.23) #622
Labels
OS / ENVIRONMENT
SUMMARY
"ansible-container build" failed on any configuration (for example, reproducable on «ansible-container init ansible.django-template»)
STEPS TO REPRODUCE
mkdir ansible-container-django
cd ansible-container-django
ansible-container init ansible.django-template
ansible-container build
ansible-container-bug.txt
EXPECTED RESULTS
Working example from introduction tutorial.
ACTUAL RESULTS
Failed with "Docker version check (['/usr/local/bin/docker', 'version', '--format', "'{{.Server.Version}}'"]) failed: Error response from daemon: client is newer than server (client API version: 1.24, server API version: 1.23)"
Yes, see attached ansible-container-bug.txt
The text was updated successfully, but these errors were encountered: