We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5621967 commit 26e3173Copy full SHA for 26e3173
reference/runners/docker.rst
@@ -58,6 +58,7 @@ If you need more control over the build and execution of the container, you can
58
/home/user1/: # The host path or a volume name
59
bind: /mnt/vol2 # The path to mount the volume inside the container
60
mode: rw # rw to mount the volume read/write, or ro to mount it read-only.
61
+ network: my-network # Specifies the network for the container.
62
63
How to run a `conan create` in a runner
64
---------------------------------------
0 commit comments