Closed TamsynUlthara closed 6 years ago
Thanks for reporting. Unfortunately, we are discontinuing this project. See the notice here: https://github.com/grammarly/rocker-compose/blob/master/README.md
Closing this issue as we are not able to address it. Sorry.
If
keep_volumes: true
is added to an existing container's definition after it has been started withrocker-compose run
, it isn't respected upon runningrocker-compose rm
. The container's volumes are removed even ifrocker-compose run
was immediately run again after adding thekeep_volumes: true
property.The reverse case works as expected, though: if
keep_volumes: true
was originally present in the container's definition uponrocker-compose run
, and is removed from the definition beforerocker-compose rm
, the container's volumes are properly removed.