Update README.md

This commit is contained in:
2024-03-16 22:06:00 +00:00
parent a16daac8e6
commit b066b8e767

View File

@@ -172,3 +172,11 @@ if network required between host and docker container on a macvlan docker networ
post-up ip route add 192.168.1.250 dev macvlan_bridge
post-up ip route add 192.168.1.248 dev macvlan_bridge
```
## log
write to docker log buffer
```
echo "Hello World!" >> /proc/1/fd/1
```