Skip to content

Commit

Permalink
note about package id added
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsanfal committed May 6, 2024
1 parent 7036998 commit 68b573c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reference/runners/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ To run Conan inside a docker container you need to define a ``[runner]`` section
- ``copy``: copy the host cache inside the container using the :ref:`conan cache save/restore<reference_commands_cache>` command.
- ``shared``: mount the host's Conan cache as a shared volume.

- ``remove`` **(optional, default False)**: ``True`` or ``False``. Remove the container after running the Conan command.
- ``remove`` **(optional, default false)**: ``true`` or ``false``. Remove the container after running the Conan command.
- ``configfile`` **(optional, default None)**: Absolute path to a configuration file with extra parameters (see **extra configuration** section for more info).

.. note::

The runner profile section doesn't affect the package id.

Extra configuration
-------------------

Expand Down

0 comments on commit 68b573c

Please sign in to comment.