Skip to content

Commit

Permalink
conan runner docs added
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsanfal committed May 3, 2024
1 parent 9bc916b commit 7ef30c4
Show file tree
Hide file tree
Showing 3 changed files with 735 additions and 0 deletions.
1 change: 1 addition & 0 deletions reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Reference
reference/environment
reference/binary_model
reference/conan_server
reference/runners
17 changes: 17 additions & 0 deletions reference/runners.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. _reference_runners:

Runners
=======

Runners are the way to run conan remotely and transparently just by modifying the host profile. There are three requirements to be able to use the requirements:

- Installing a version of conan with runner dependencies ``pip install conan[runners]``.
- Install the tools to run each of the runners (``docker``).
- Add to the ``host profile`` the ``[runner]`` section defined in the documentation of each runner.

Runners:

.. toctree::
:maxdepth: 1

runners/docker

0 comments on commit 7ef30c4

Please sign in to comment.