I tried again, but it still didn't work. Veth1 still cannot run, Docker image pull also failed, and I tried again, but it still didn't work. Veth1 still couldn't run, and the Docker image pull also failed
/container mounts
add dst=/etc/pihole name=etc_pihole src=/disk1/etc
add dst=/etc/dnsmasq.d name=dnsmasq_pihole src=/disk1/etc-dnsmasq.d
/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether3 ] disable-running-check=no name=WAN
set [ find default-name=ether2 ] disable-running-check=no name=ether1
set [ find default-name=ether1 ] disable-running-check=no name=ether3
/interface veth
add address=10.10.20.201/24 gateway=10.10.20.253 gateway6="" name=veth1
/ip pool
add name=dhcp_pool0 ranges=10.10.20.101-10.10.20.200
/ip dhcp-server
add address-pool=dhcp_pool0 interface=bridge1 name=dhcp1
/container
add envlist=pihole_envs interface=veth1 mounts=etc_pihole,dnsmasq_pihole \
root-dir=disk1/pihole
/container config
set registry-url=
https://registry-1.docker.io tmpdir=disk1/pull
/container envs
add key=TZ name=pihole_envs value=Asia/Shanghai
add key=WEBPASSWORD name=pihole_envs value=password
add key=DNSMASQ_USER name=pihole_envs value=root
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=veth1
/ip address
add address=10.10.20.253/24 interface=bridge1 network=10.10.20.0
/ip dhcp-client
add interface=WAN use-peer-dns=no
/ip dhcp-server network
add address=10.10.20.0/24 dns-server=10.10.20.253 gateway=10.10.20.253
/ip dns
set allow-remote-requests=yes servers=114.114.114.114
/ip firewall nat
add action=masquerade chain=srcnat src-address=10.10.20.0/24
add action=masquerade chain=srcnat
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system hardware
set allow-x86-64=yes
/system note
set show-at-login=no
[admin@MikroTik] > /container/print
0 name="47a7fb47-a4ac-46a7-8093-6a32cc588c40" tag="pihole/pihole:latest" os="" arch=""
interface=veth1 envlist="pihole_envs" root-dir=disk1/pihole
mounts=etc_pihole,dnsmasq_pihole status=error