Update README.md

This commit is contained in:
apo77yon 2023-03-22 19:00:47 -07:00 committed by GitHub
parent f8b15911be
commit 9b0e09c90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,38 +2,16 @@
<br>
#### shared folders
Removing some of the default shared folders can decrease CPU usage (e.g. remove `/Volumes` and `/private`).
Check storage with:
```
docker info |grep Storage
```
#### performance
In case of performance problems you can run:
```
docker run --rm=true -it --privileged --pid=host \
<image name> /usr/bin/top
```
#### cleaning up
See disk space:
```
docker system df
```
* 👉🏼 [docker hints and tricks]()
Remove stopped containers, dangling images, the build cache, and unused networks:
```
docker system prune
```
<br>
----
### resources
<br>
* [eth docker](https://github.com/eth-educators/eth-docker)