duneci-docker-gc: Use "docker rm -v"
Without "-v", docker would keep around volumes used by the container forever and eventually fill the disk.
Showing
Please register or sign in to comment
Without "-v", docker would keep around volumes used by the container forever and eventually fill the disk.