-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bc916b
commit 61d94f4
Showing
3 changed files
with
546 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ Reference | |
reference/environment | ||
reference/binary_model | ||
reference/conan_server | ||
reference/runners |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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``, ``ssh``, ``wsl``). | ||
- Add to the ``host profile`` the ``[runner]`` section defined in the documentation of each runner. | ||
|
||
Runners: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
runners/docker |
Oops, something went wrong.