From 68b573c5f201d5c51fb4fefb3304d72c95f283e0 Mon Sep 17 00:00:00 2001 From: David Sanchez Date: Mon, 6 May 2024 17:33:22 +0200 Subject: [PATCH] note about package id added --- reference/runners/docker.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/runners/docker.rst b/reference/runners/docker.rst index a427055447a..a7269263e9d 100644 --- a/reference/runners/docker.rst +++ b/reference/runners/docker.rst @@ -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` 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 -------------------