Closed bnaul closed 9 years ago
I'm getting
APIError: 404 Client Error: Not Found ("No such image: mltsp/base_disco (tag: latest)")
when trying to run the custom feature tests without the required image.
This was due to an invalid usage of the volumes parameter. Fixed in #57
@bnaul, I think this has to do with the changes to the Docker volume mount paths introduced in #57 - though I am unable to reproduce this on my machine when the required container is not present
@stefanv, that's what I was thinking, thanks.
Running the custom feature tests without first pulling or building the required docker images gives an error like:
APIError: 500 Server Error: Internal Server Error ("json: cannot unmarshal string into Go value of type struct {}")
. Should catch this somewhere higher up and present an error that relates to docker somehow.