Running captain on Windows with or without captain.yml file gives the error API error (500): {"message":"Cannot locate specified Dockerfile: Dockerfile"}.
After some digging into the code, I found that the error is in the go-dockerclient library https://github.com/fsouza/go-dockerclient/issues/589. But since that issue has been open since Sep. 2016 with no movement, I'm wondering if there is a way to fix the issue on captain's end.
As a workaround, I found that using the "escape hatch" code for Circle CI by helps bypass the issue.
Running captain on Windows with or without
captain.ymlfile gives the errorAPI error (500): {"message":"Cannot locate specified Dockerfile: Dockerfile"}.After some digging into the code, I found that the error is in the go-dockerclient library
https://github.com/fsouza/go-dockerclient/issues/589. But since that issue has been open since Sep. 2016 with no movement, I'm wondering if there is a way to fix the issue on captain's end.As a workaround, I found that using the "escape hatch" code for Circle CI by helps bypass the issue.