-
Bug reportI am using Nextflow with Docker and Slurm. I created a local Docker image called
Expected behavior and actual behaviorI would expect that the local image can be found and used by nextflow. Instead it is not found and the error above appears. Steps to reproduce the problemProgram outputEnvironment
Additional contextI am starting Nextflow in a slurm spool directory. Maybe that could be the reason, that it does not find images out of its scope? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The error message says This means you need to authenticate the docker client in the slurm nodes when the job running. Ask your sysadmin for details |
Beta Was this translation helpful? Give feedback.
-
I fixed this issue by uploading my image to Dockerhub and then nextflow will pull it from there. Conversation can be closed :) |
Beta Was this translation helpful? Give feedback.
I fixed this issue by uploading my image to Dockerhub and then nextflow will pull it from there.
Conversation can be closed :)