Update note.md

This commit is contained in:
aiminick 2021-07-05 05:39:05 +08:00 committed by GitHub
parent a252be4542
commit d27668f871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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
```