`stack clean --full` tries to delete .stack-work/docker/_home which is mounted on docker enabled projects #2010
Labels
Comments
FYI: .stack-work/docker/_home is the $HOME directory of the The solution would be to do the |
Ran into this as well:
|
mgsloan
added a commit
that referenced
this issue
Mar 19, 2017
Fixed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a docker enabled project (builds the project in a docker container)
run
stack clean --full
and you'll see it break with an errorThe text was updated successfully, but these errors were encountered: