ucphhpc / docker-migrid

Containerized MiG
GNU General Public License v2.0
3 stars 6 forks source link

Makefile: cleanup Docker volumes #38

Closed benibr closed 10 months ago

benibr commented 10 months ago

As mentioned in #36 this PR adds a make target to clean up Docker volumes. The target is only called implicitly on distclean and does not remove data, only the Docker volumes that point to the data. As it was already sketched in the Makefile only the volumes related to the docker-migrid project are removed, nothing else. The name of the project is determent by docker-compose from the directory name, so I added a dynamic lookup of that in the Makefile as well.

jonasbardino commented 10 months ago

Working only on distclean should be safe so I merged. Thanks @benibr and sorry about the delay.