Deploy fails when using master / rootless Docker
Can we get it to allow non-normally-versioned Dockers?
npx sls deploy output:
Error: Error when running Stack: Cannot get Docker version (invalid 'docker --version' output)
docker --version output:
Docker version master-dockerproject-2019-07-12, build 6fc0dc91
Docker installed via:
curl -sSL https://get.docker.com/rootless | sh
Ta!
How does one obtain this version of Docker?
This is a result of running stack --docker on the project, so the bug should be passed to Stack.
It's just what I got when doing curl -sSL https://get.docker.com/rootless | sh
So yes, makes sense
Here's the Stack issue: https://github.com/commercialhaskell/stack/issues/5087
Thank you for raising that.