Skip to content

Commit

Permalink
Language fixes and shortening where it saves a line
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Nov 13, 2023
1 parent 406ec9a commit 03ea95d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/basics/101-133-containersrun.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Singularity (even without having Docker installed).

.. importantnote:: Additional requirement: Singularity

In order to use Singularity containers you have to
To use Singularity containers you have to
`install <https://docs.sylabs.io/guides/3.4/user-guide/installation.html>`_ the software singularity.

.. index::
Expand All @@ -129,7 +129,7 @@ Using ``datalad containers``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

One core feature of the ``datalad containers`` extension is that it registers
computational containers to a dataset. This is done with the
computational containers with a dataset. This is done with the
:dlcmd:`containers-add` command.
Once a container is registered, arbitrary commands can be executed inside of
it, i.e., in the precise software environment the container encapsulates. All it
Expand Down Expand Up @@ -193,14 +193,14 @@ name to give to the container, and a path or URL to a container image:
pair: hub; Docker
.. find-out-more:: How do I add an image from Docker-Hub, Amazon ECR, or a local container?

Should the image you want to use lie on Dockerhub, specify the ``--url``
Should the image you want to use sit on Dockerhub, specify the ``--url``
option prefixed with ``docker://`` or ``dhub://`` instead of ``shub://``:

.. code-block:: console
$ datalad containers-add midterm-software --url docker://adswa/resources:2
If your image exists on Amazon ECR, use a ``dhub://`` prefix followed by the AWS ECR URL as in
If your image lives on Amazon ECR, use a ``dhub://`` prefix followed by the AWS ECR URL as in

.. code-block:: console
Expand Down

0 comments on commit 03ea95d

Please sign in to comment.