Skip to content

Commit

Permalink
Update docs/sharing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Di Tommaso <[email protected]>
Signed-off-by: Robert Syme <[email protected]>
  • Loading branch information
robsyme and pditommaso authored Jul 24, 2023
1 parent db88181 commit a86d1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Moreover to guarantee that a pipeline is reproducible it should be self-containe

Docker allows you to ship any binary dependencies that you may have in your pipeline to a portable image that is downloaded on-demand and can be executed on any platform where a Docker engine is installed.

In order to use it with Nextflow, create a Docker image containing the tools needed by your pipeline and make it available in the [Docker registry](https://registry.hub.docker.com).
In order to use it with Nextflow, create a Docker image containing the tools needed by your pipeline and make it available in the [Docker Hub](https://hub.docker.com).

Then declare in the `nextflow.config` file, that you will include in your project, the name of the Docker image you have created. For example:

Expand Down

0 comments on commit a86d1a1

Please sign in to comment.