Update README.md

This commit is contained in:
2024-06-22 13:23:06 +00:00
parent b066b8e767
commit f112431351

View File

@@ -177,6 +177,13 @@ if network required between host and docker container on a macvlan docker networ
write to docker log buffer
```
``` bash
echo "Hello World!" >> /proc/1/fd/1
```
```
clear all docker logs
``` bash
truncate -s 0 /var/lib/docker/containers/*/*-json.log;
```