You’re running Nextflow locally and it’s giving you this error, right?
In this case, can you try running in your terminal docker run hello-world? If you get a similar error, it’s not Nextflow. If it works just fine, and you’re running locally (no executor being set), then we gotta investigate.
Yes I’m running locally. The earlier hello world split example in the tutorial works fine. It’s when I try to run the sample rnaseq example that attempts to use docker for salmon that it gives me issues. Presumably because it can’t find docker and I haven’t been able to find how to specify dockers location to next flow in the docs.
Sorry, maybe I wasn’t clear. Forget Nextflow for a second. What happens when you run docker run hello-world? This is not a Nextflow command, it’s nothing to do with Nextflow The path we will take to debug this changes dramatically if this docker command works or gives a similar error message.