Skip to content

Commit 46f25b9

Browse files
authored
Update README for bridge option
1 parent 2029329 commit 46f25b9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ this is entirely optional and depending on your use case, you may use it.
3535
$ docker network create --subnet=10.0.0.0/24 -d plumgrid -o router=router-1 net1
3636
```
3737

38+
You can also choose to link the network to a specific bridge in PLUMgrid virtual domain,
39+
this also is optional and can be used depending upon your use case.
40+
```
41+
$ docker network create --subnet=10.0.0.0/24 -d plumgrid -o bridge=bridge-1 net1
42+
```
43+
3844
Run your containers using the Docker CLI
3945
```
4046
$ docker run -itd --name=cont1 --net=net1 busybox

0 commit comments

Comments
 (0)