-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I'm trying to run this container using the native GUI of unraid. The GUI allows for you to enter "extra parameters". Basically, you can take any docker run command and enter it into the interface piecemeal and it will execute the command.
I took entrypoints and converted it to this line:
--entrypoint="sh -c 'apk add jq; while ! [ -e /data/acme.json ] || ! [ `jq ".[] | .Certificates | length" /data/acme.json` != 0 ]; do sleep 1; done && traefik-certs-dumper file --version v2 --watch --source /data/acme.json --dest /data/certs'"
However, it doesn't seem to parse it out correctly. I suspect it has to do with having to quote the whole string due to spaces, but I'm struggling to figure it out. Would anyone be able to assist in converting the compose to a docker run equivalent?
Here's the docker error that unraid returns when I try and run it:
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested