diff --git a/docker/README.md b/docker/README.md
index 238bcd1..0644fac 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -2,38 +2,16 @@
-#### 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 \
- /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
-```
+
+----
+
+### resources
+
+
+
+* [eth docker](https://github.com/eth-educators/eth-docker)