Skip to content

Commit

Permalink
Add docker network docs (#3932)
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido authored Dec 3, 2024
1 parent 5621967 commit 26e3173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reference/runners/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ If you need more control over the build and execution of the container, you can
/home/user1/: # The host path or a volume name
bind: /mnt/vol2 # The path to mount the volume inside the container
mode: rw # rw to mount the volume read/write, or ro to mount it read-only.
network: my-network # Specifies the network for the container.
How to run a `conan create` in a runner
---------------------------------------
Expand Down

0 comments on commit 26e3173

Please sign in to comment.