wernight / docker-duplicity

Dockerize "duplicity" backup tool.
https://hub.docker.com/r/wernight/duplicity/
Apache License 2.0
39 stars 30 forks source link

No arguments expected for "shell" command, got "duplicity" #28

Open bartlaarhoven opened 7 months ago

bartlaarhoven commented 7 months ago

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.

salfter commented 6 months ago

Confirmed...got my backups running again for now by requesting stable instead of latest.