Hi guys,
I was faced with big problem with my docker.
Why docker generate alot of images in my computer?
I usually run docker via laradock by command
“docker-compose up -d nginx postgres pgadmin redis workspace laravel-horizon”
After a week, everything run ok until “laravel-horizon” does’nt work probally so it’s time I run clear all images “docker system prune -a” then run “docker-compose up -d xxxx”.
It take me alot of time when re-build these images,
If you have better solution in this case, can u share with me?