backend-and-orchestration-t.../docker
dr. mia von steinkirch, phd 3da0940ac3
Update README.md
2023-02-07 09:51:51 -08:00
..
README.md Update README.md 2023-02-07 09:51:51 -08:00

$# resources on docker


resources



tricks and notes


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

Remove stopped containers, dangling images, the build cache, and unused networks:

docker system prune