This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Description
When using the deb package to install nvidia-docker on a system running docker 1.9.1, the following message is presented when trying to start a container using nvidia-docker:
>nvidia-docker run nvida/cuda nvidia-smi
Error response from daemon: Error looking up volume plugin nvidia-docker: Plugin Error: Plugin.Activate, 400 Bad Request: malformed Host header
Upgrading to docker=1.10.3 solved this problem.
On production machines, we still have to use 1.9.1, so if 1.9 is really the minimum requirement it would be great if this would work. Alternatively, the wiki page should be updated.