Pipeline development in Nextflow is often done using docker. When inside a VS Code environment within Studios, I want to be able to run: nextflow run main.nf -with-docker The requirement is to run fast, "local" iterations rather than requiring an external service like AWS Batch or similar, which has delays.