docker-duplicity
docker-duplicity copied to clipboard
No arguments expected for "shell" command, got "duplicity"
On any command I run with the latest Docker container, I get the error:
No arguments expected for "shell" command, got "duplicity"
This seems to be because the ENTRYPOINT is poetry shell and then the CMD duplicity is not allowed.
Confirmed...got my backups running again for now by requesting stable instead of latest.