Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.4.2 hotfix for release #2002

Closed
wants to merge 3 commits into from
Closed

Conversation

dysinger
Copy link
Contributor

@dysinger dysinger commented Apr 6, 2016

This resolves #2000 by mounting the docker sandbox dir in a different place so that stack clean --full doesn't try to clobber it and everything underneath it. Stack has some of these folders mounted even and it fails when stack tries to delete them out from underneath itself.

dysinger added 3 commits April 5, 2016 19:27
This patch is for docker projects and specifically to assist tools (e.g.
Emacs) that read/write files in $HOME for dev work (flycheck & friends)

resolves #1949
to $PROJECTROOT/.stack-docker

because `stack clean --full` tries to delete .stack-work/docker and it
can't because .stack-work/docker/_home is mounted by docker while it's
trying to delete it

resolves #2000
@borsboom borsboom force-pushed the hotfix/2000-fix-docker-mounts branch 2 times, most recently from 1c7ba8c to 3dd9a3e Compare April 6, 2016 14:46
@borsboom
Copy link
Contributor

borsboom commented Apr 6, 2016

Closing in favour of #2003

@borsboom borsboom closed this Apr 6, 2016
@dysinger dysinger deleted the hotfix/2000-fix-docker-mounts branch April 7, 2016 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stack clean --full deletes personal ssh keys when using docker
2 participants