Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It's in my notes, so I didn't get around to trying it, but this is how you can create a bridge
**Docker with ips example:**
```
my_net:
driver:bridge
ipam:
config:
- subnet: 172.10.0.0/16
getaway: 172.10.0.254
Then assign networks:
my_net:
ipv4_address: 172.10.0.4
```
https://docs.docker.com/network/bridge/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question