- Docker inserts iptables rules when it's started by default
- buster uses nftables by default
- let's make Docker use nftables instead
- PROFIT
Install Docker CE and nftables:
| $ opkg update | |
| $ opkg install stubby | |
| $ /etc/init.d/stubby enable | |
| $ nano /etc/config/dhcp | |
| # add to dnsmasq section: | |
| option noresolv '1' | |
| list server '127.0.0.1#5453' | |
| $ /etc/init.d/stubby start |
Install Docker CE and nftables:
| http://sed.sourceforge.net/sed1line.txt | |
| ------------------------------------------------------------------------- | |
| USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor) Dec. 29, 2005 | |
| Compiled by Eric Pement - pemente[at]northpark[dot]edu version 5.5 | |
| Latest version of this file (in English) is usually at: | |
| http://sed.sourceforge.net/sed1line.txt | |
| http://www.pement.org/sed/sed1line.txt |