Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links #76

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ your time coding something that might not fit the scope of the project.

.. _GitHub: https://github.com/PandABlocks/PandABlocks-ioc/issues

Issue or Discussion?
--------------------

Github also offers discussions_ as a place to ask questions and share ideas. If
your issue is open ended and it is not obvious when it can be "closed", please
raise it as a discussion instead.

.. _discussions: https://github.com/PandABlocks/PandABlocks-ioc/discussions

Code coverage
-------------
Expand All @@ -32,4 +24,4 @@ The `Developer Guide`_ contains information on setting up a development
environment, running the tests and what standards the code and documentation
should follow.

.. _Developer Guide: https://diamondlightsource.github.io/PandABlocks-ioc/main/developer/how-to/contribute.html
.. _Developer Guide: https://pandablocks.github.io/PandABlocks-ioc/main/developer/how-to/contribute.html
11 changes: 7 additions & 4 deletions docs/user/how-to/run-container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ Run in a container

Pre-built containers with PandABlocks-ioc and its dependencies already
installed are available on `Github Container Registry
<https://ghcr.io/PandABlocks/PandABlocks-ioc>`_.
<https://ghcr.io/pandablocks/pandablocks-ioc>`_.

Starting the container
----------------------

To pull the container from github container registry and run::
To pull the container from github container registry run::

$ docker run ghcr.io/PandABlocks/PandABlocks-ioc:main --version
$ docker run ghcr.io/pandablocks/pandablocks-ioc --version

To get a released version, use a numbered release instead of ``main``.
This will pull the latest release. To get a different release, append the
version number to the end::

$ docker run ghcr.io/pandablocks/pandablocks-ioc:0.2.1 --version