Requirement
- USB flash drive - this is where the container filesystem will be persisted
Set-up docker bridge network
/interface bridge add name=docker
Set-up veth
to be used by container
Requirement
Set-up docker bridge network
/interface bridge add name=docker
Set-up veth
to be used by container
# Default configuration IPv6 firewall rules. | |
# | |
# Extracted from RouterOS 6.46.4 with: | |
# /system default-configuration print | |
/ipv6 firewall address-list | |
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6 | |
add address=::1/128 comment="defconf: lo" list=bad_ipv6 | |
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6 | |
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6 |