Hacker News new | ask | show | jobs
by throwaway29103 2161 days ago
Thanks, first I thought... it cannot be, because when you delete the container, the named volumes are still there; but I guess that they might have deleted contents using the app itself, without realizing they were sharing the directory...
1 comments

`docker system prune rm -af` ftw
Thanks, will this also remove the files in named volumes? I hope it won't! (Will not try :-D)