diff --git a/docs/notes/note.md b/docs/notes/note.md index 00f20d8..d34545a 100644 --- a/docs/notes/note.md +++ b/docs/notes/note.md @@ -38,3 +38,15 @@ Type=idle # systemctl start serial-getty@ttyS0.service # systemctl enable serial-getty@ttyS0.service ``` + +---- + +## NoTe + +#### for docker (riscv) + +``` +apt install -y conntrack ebtables ethtool iptables libip6tc2 libnetfilter-conntrack3 libnfnetlink0 libyajl-dev libyajl2 socat + +maybe: update-alternatives --set iptables /usr/sbin/iptables-legacy +```