question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pass additional options to docker in toil-cwl-runner

See original GitHub issue

This is first a question and then a request: is there an option or environment variable in toil to pass additional parameters to docker? Our Docker environment is configured so that bind-mounting directories doesn’t work by default, only if you pass some additional parameters.

Note that I’m not asking for TOIL_CUSTOM_DOCKER_INIT_COMMAND, I actually want to run docker $mycustomargs --toil-args.

┆Issue is synchronized with this Jira Task ┆Issue Number: TOIL-917

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
pmiddendcommented, Jun 15, 2021

Well, what I did was get rid of entrypoint and use singularity and then it “worked”. But Docker is still a no-go for me. I guess I can reopen the issue if it comes up again and keep the issue list cleaner. 😃

0reactions
mr-ccommented, Jun 15, 2021

@pmiddend were you able to implement the workaround?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to pass options to Docker/Singularity? - CWL Questions
Hello, I need to run a docker container with a Singularity and pass the option --add-caps ... We use toil-cwl-runner to execute our...
Read more >
docker run - Docker Documentation
Refer to the options section for an overview of available OPTIONS for this command. ... GPU devices to add to the container ('all'...
Read more >
docker build - Docker Documentation
This flag allows you to pass the build-time variables that are accessed like regular environment variables in the RUN instruction of the Dockerfile....
Read more >
Docker run reference
With the docker run [OPTIONS] an operator can add to or override the image defaults set ... Do not pass a service x...
Read more >
docker service create - Docker Documentation
Refer to the options section for an overview of available OPTIONS for this ... This passes the login token from your local client...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found