Actions
Bug #9573
closedLock down the docker-api version to 1.17
Description
The latest version of docker-api is 1.19 but that requires docker api 1.16 and centos 7 is still on a version of docker with 1.15 so I recommend locking the version down to 1.17 until centos/rhel upgrades. Here's the error you get with docker-api 1.19:
Error has occurred while listing VMs on life (Docker): Expected([200, 201, 202, 203, 204, 304]) <=> Actual(404 Not Found)
Actions