diff --git a/docker/README.rst b/docker/README.rst index 517345d9c89a9ebfa9c52b6db513b2109a1f92fe..93e58eb3081750de14b2e18478b68ad8c90c9ee8 100644 --- a/docker/README.rst +++ b/docker/README.rst @@ -6,10 +6,21 @@ OST Docker For many docker installations it is required to run docker commands as root. As this depends on set up, we skip the ``sudo`` in all commands. +Obtain image from the OST registry +---------------------------------- + +OST has its own [container registry](https://git.scicore.unibas.ch/schwede/openstructure/container_registry) inside GitLab. There we try to keep one image for the latest stable version of OST. You can import it by + +.. code-block:: bash + + docker pull registry.scicore.unibas.ch/schwede/openstructure:<TAG> + +and just start using it without the overhead to build it yourself. + + Build Docker image ------------------ - In order to build OST image: .. code-block:: bash diff --git a/modules/doc/install.rst b/modules/doc/install.rst index 72e4e26e3cbd8765ada3a436eaf4f2cced4f808f..37af4de496f075f6b401cecb49406de907085111 100644 --- a/modules/doc/install.rst +++ b/modules/doc/install.rst @@ -8,8 +8,10 @@ For a simple and portable way to use OpenStructure we recommend using a container solution. We provide recipes to build images for `Docker <https://www.docker.com/>`_ and `Singularity <https://sylabs.io/singularity/>`_. -The latest recipes and instructions can be found on our GitLab site -(`Docker instructions`_ and `Singularity instructions`_). +The latest recipes and instructions can be found on our +`GitLab site <https://git.scicore.unibas.ch/schwede/openstructure/>`_, including +a link to OpenStructure's own `GitLab Docker registry <https://git.scicore.unibas.ch/schwede/openstructure/container_registry>`_ (`Docker instructions`_ and +`Singularity instructions`_). If you wish to compile OpenStructure outside of a container, you need to follow the steps which we describe in detail below. In essence, these steps are: