This is exactly the same issue as https://github.com/commercialhaskell/stack/issues/527, but when you have a `stack.yaml` that is Docker-enabled: ``` yaml docker: enable: true ``` I falsely assumed that https://github.com/commercialhaskell/stack/issues/527 was also about the Docker case, so please refer to https://github.com/commercialhaskell/stack/issues/527#issuecomment-119567586 for a description of the problem. This is the Docker issue that I believe would resolve this problem automatically if implemented: https://github.com/docker/docker/pull/7567