Error: "starting container with non-empty request body was deprecated since v1.10 and removed in v1.12"

Hi!

I am not sure if I am asking on the best place but I would appreciate if someone can help me. I was trying to install an opensource project “datacats” and I am getting the next docker error:

Please quote this traceback when reporting this error:
Traceback (most recent call last):
File “/venvs/ckan/local/lib/python2.7/site-packages/datacats-1.2.0-py2.7.egg/datacats/cli/main.py”, line 92, in main
return command_fn(opts)
File “/venvs/ckan/local/lib/python2.7/site-packages/datacats-1.2.0-py2.7.egg/datacats/cli/create.py”, line 62, in create
init_db=not opts[‘–no-init-db’],
File “/venvs/ckan/local/lib/python2.7/site-packages/datacats-1.2.0-py2.7.egg/datacats/cli/create.py”, line 104, in create_environment
fn()
File “/venvs/ckan/local/lib/python2.7/site-packages/datacats-1.2.0-py2.7.egg/datacats/environment.py”, line 233, in create_virtualenv
self._preload_image(), self._get_container_name)
File “/venvs/ckan/local/lib/python2.7/site-packages/datacats-1.2.0-py2.7.egg/datacats/task.py”, line 441, in create_virtualenv
ro={srcdir: ‘/project’},
File “/venvs/ckan/local/lib/python2.7/site-packages/datacats-1.2.0-py2.7.egg/datacats/docker.py”, line 195, in web_command
volumes_from=volumes_from)
File “/venvs/ckan/local/lib/python2.7/site-packages/docker_py-1.10.6-py2.7.egg/docker/utils/decorators.py”, line 21, in wrapped
return f(self, resource_id, *args, **kwargs)
File “/venvs/ckan/local/lib/python2.7/site-packages/docker_py-1.10.6-py2.7.egg/docker/api/container.py”, line 383, in start
self._raise_for_status(res)
File “/venvs/ckan/local/lib/python2.7/site-packages/docker_py-1.10.6-py2.7.egg/docker/client.py”, line 174, in _raise_for_status
raise errors.APIError(e, response, explanation=explanation)
APIError: 400 Client Error: Bad Request (“{“message”:“starting container with non-empty request body was deprecated since v1.10 and removed in v1.12”}”)

It seems that something has changed on last docker versions that brings this error… Does someone know what is happening and can help me to solve this error?

Thanks.