Skip to content

I'm having difficulty converting the entrypoint compose for docker run ( GUI of unraid) #183

@justinsangoi

Description

@justinsangoi

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:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions