From d27668f8712cf5a44010f907c6d7a103c1ec0c1b Mon Sep 17 00:00:00 2001 From: aiminick Date: Mon, 5 Jul 2021 05:39:05 +0800 Subject: [PATCH] Update note.md --- docs/notes/note.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 +```