Skip to content

Run Nextflow on a Docker container #3782

Answered by mribeirodantas
aarens66 asked this question in Q&A
Discussion options

You must be logged in to vote

I assume that you will also want to run your tasks isolated from each other within containers. The first issue that arises from this is that it'll run a container within a container and this is prone to several issues and thus should not be done.

If you insist on running the Nextflow head job on a container, you can use the -d or -dockerize option from the CLI. But I warn you that there have even been discussions about deprecating this feature as it brings more issues than solutions.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@aarens66
Comment options

@mribeirodantas
Comment options

@aarens66
Comment options

Answer selected by aarens66
Comment options

You must be logged in to vote
3 replies
@mribeirodantas
Comment options

@byzantic
Comment options

@mribeirodantas
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants