mag37
mag37
It was deliberate due to the `-p` option that will auto-prune, but I realize it's not that intuitive when you choose a "auto" option. To auto-prune right now you'll do...
Ah yes. I've been considering removing one of the options but I dont want to mess with how people use it. Sounds interesting with the monthly maintenance script! You could...
Been a couple of days - have you tried my suggestion @zilexa ? May I consider this resolved and close it? I'll probably change the code to skip the prune-interaction...
## Comment copied, originally posted in https://github.com/mag37/dockcheck/issues/117#issuecomment-2851061392 Oh nice find! I just tested quickly and I think you're correct. - Started a container `docker compose up -d` - Saved the...
I will consider doing some testing with the `-p` flag. If it might be viable to always (or at least optionally) use the `com.docker.compose.project` label contents together with `-p` or...
Good catch - I'll do some testing and implement a check for this. Was also considering rewriting the package manager installations to check if it's root already and hence skip...
> You might be surprised (I was) that normal group management commands are not on DSM. Ah that's intersting. Though checking with something like your previous suggestion: > `docker info...
Added a fix to main. Will bump version and create a release tomorrow.
Thank you @yoyoma2 - there's still some stuff to iron out on my long todo-list 😉 but it's slowly improving and extending! A lot thanks to the community, contributing ideas/code/docs...
Oh thats odd! What if you edit the MaxAsync=32 on like 49 to something lower, even trying just 1? ~~Or if you feel like you got time and understanding -...