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

Document that fig rm removes volumes #190

Closed
bfirsh opened this issue Apr 14, 2014 · 4 comments
Closed

Document that fig rm removes volumes #190

bfirsh opened this issue Apr 14, 2014 · 4 comments

Comments

@bfirsh
Copy link

bfirsh commented Apr 14, 2014

It's not immediately clear that you will lose all of your data when running fig rm. This should be really clear.

@bfirsh bfirsh changed the title Document that fig rm removes voi Document that fig rm removes volumes Apr 14, 2014
@ChrisChinchilla
Copy link

#dibs

ChrisChinchilla pushed a commit to ChrisChinchilla/compose that referenced this issue Mar 24, 2015
As per issue - docker#190

Signed-off-by: Chris Ward <chris@crate.io>
@albers
Copy link

albers commented Mar 25, 2015

Does compose really remove volumes? Docker does not, see moby/moby@00f2fd1

@bfirsh
Copy link
Author

bfirsh commented Mar 26, 2015

Hm. Good point. I guess the data is difficult to recover because you have to figure out what directory it was in. :)

@thaJeztah
Copy link
Member

docker rm -v will also remove the volume, I think docker-compose rm -v does the same?

Note that there is discussion in Docker to make -v a requirement; ie, Docker will refuse to delete a container with volumes if rm is called without -v

@bfirsh bfirsh closed this as completed Aug 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants