i used
1- docker commit container image
2- docker save image to image.tar
3- i loaded the image using docker load image.tar
when i run docker-compose up it works perfectly up containers But if i run docker build it tries to rebuild every thing and recompile my image
my Question is :- why docker compose didn’t recognize loaded images and treat it differently than images built through docker-compose build ?