Skip to content

Commit 26e3173

Browse files
authored
Add docker network docs (#3932)
1 parent 5621967 commit 26e3173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/runners/docker.rst

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ If you need more control over the build and execution of the container, you can
5858
/home/user1/: # The host path or a volume name
5959
bind: /mnt/vol2 # The path to mount the volume inside the container
6060
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.
6162
6263
How to run a `conan create` in a runner
6364
---------------------------------------

0 commit comments

Comments
 (0)