You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run Nextflow inside a Docker container.
After building the Docker image, I ran a Nextflow command inside the container,
But I encountered the following error message:
bash: .command.run: No such file or directory
The error says .command.run: No such file, but the file does exist in the work directory inside the container. However, when I run the command bash .command.run from that work directory, I still get the same error.
This discussion was converted from issue #6200 on June 20, 2025 10:39.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
I'm trying to run Nextflow inside a Docker container.
After building the Docker image, I ran a Nextflow command inside the container,
But I encountered the following error message:
bash: .command.run: No such file or directory
The error says .command.run: No such file, but the file does exist in the work directory inside the container. However, when I run the command
bash .command.run
from that work directory, I still get the same error.Here is the Dockerfile I used:
Dockerfile.txt
(Please follow this template by replacing the text between parentheses with the requested information)
Steps to reproduce the problem
Build the Dockerfile I've attached with the following command:
docker build -t quantms-base .
Start the container with the following command:
nextflow run bigbio/quantms -r dev -profile docker,test_lfq
(Provide a test case that reproduces the problem either with a self-contained script or GitHub repository)
Program output
.nextflow.log
(Copy and paste the output produced by the failing execution. Please highlight it as a code block. Whenever possible upload the
.nextflow.log
file.)Environment
Linux
, etc] Linux Ubuntu$SHELL --version
) 5.1.16(1)-release (x86_64-pc-linux-gnu)Beta Was this translation helpful? Give feedback.
All reactions