Skip to content
Snippets Groups Projects
Commit a8720d31 authored by Mick Veldhuis's avatar Mick Veldhuis
Browse files

Remove Docker installation note

parent 2a9c089c
No related branches found
No related tags found
1 merge request!9RAP-840 Add Read the Docs
Pipeline #103023 passed
......@@ -43,9 +43,7 @@ Docker Installation
To run the pipeline within a Docker container, please build the image located in the ``docker/pipeline`` directory of the `repository <https://git.astron.nl/RD/preprocessing-cwl>`_:
.. code:: console
$ docker build ../.. -f Dockerfile -t preprocess:latest
Please modify and give the image an appropriate tag with the ``-t`` option. This requires one to install Docker on their system, either `Docker Engine <https://docs.docker.com/engine/>`_ (only available for Linux) or `Docker Desktop <https://docs.docker.com/desktop/>`_ (available for Windows, MacOS, and Linux). Instead of Docker, one could also use `Apptainer <https://apptainer.org/>`_ (previously called Singularity) on Linux.
Note: if the dependencies have not been installed manually and the pipeline is not ran inside a container, workflow components will attempt to run inside a Docker or Docker-compatible container environment. In this case, a Docker image is pulled from the repository's container registry.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment