这与Docker和docker-compose文件有关: 我刚才在答案中看到了这一点,我需要从下面的代码中做一些澄清。
networks:
cfsext:
driver: macvlan
**ipam:** <- What is this for?
config:
- subnet: 192.168.1.0/24
gateway: 192.168.1.1
由于 迈克尔
答案 0 :(得分:1)
ipam
是一个对象,您可以在其中定义您的配置,例如ip_Address
,gateway
,ip_address range
** https://docs.docker.com/compose/compose-file/compose-file-v2/#ipam