Skip to content

Fix remove command for docker volumes#1015

Merged
matsl merged 1 commit into
masterfrom
pr_fix_docker-clean_target
Jul 17, 2026
Merged

Fix remove command for docker volumes#1015
matsl merged 1 commit into
masterfrom
pr_fix_docker-clean_target

Conversation

@matsl

@matsl matsl commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

What

  • Makefile (docker-clean): Fix remove command for docker volumes.

Why

The command was wrong. Maybe docker changed it over time but this
works on my machine.

Note

I noticed this problem when trying to develop #1007. For being close to GitHub local elpa cache have to be removed between each "make docker" run. We had a target for that but the command did not work any more and this fixes that.

With this you can do:

make docker-clean docker ...

to get something close to what CI is doing in Github.

Unfortunately running without a local elpa cache does not help to trouble shoot the problem I have now. The local docker build works even without a cache even in #1007.

* Makefile (docker-clean): Fix remove command for docker volumes.
@matsl
matsl force-pushed the pr_fix_docker-clean_target branch from 137380b to 5306767 Compare July 16, 2026 21:51
@matsl
matsl requested a review from rswgnu July 16, 2026 21:53
@matsl
matsl merged commit 5a935fe into master Jul 17, 2026
4 checks passed
@matsl
matsl deleted the pr_fix_docker-clean_target branch July 17, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants