adnichols / kitchen-docker-api

Docker driver for test-kitchen using a ruby based docker client
Other
11 stars 2 forks source link

Getting 400 Bad Request #9

Open ghost opened 8 years ago

ghost commented 8 years ago

Recently when running kitchen-docker-api in travis, I have been receiving the following error messages and did not know if others were getting the same thing:

>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: Failed to complete #create action: [Expected(200..204) <=> Actual(400 Bad Request)
adnichols commented 8 years ago

This sounds like a potential version incompatibility. Does the same version of Docker being used in travisci work outside of Travis?

ghost commented 8 years ago

@adnichols Let me check that and get back with you. That is a great thought.