Hello,
I’ve got a multi-container project, where I have one redis container which is pulled directly from docker, and one which we have built. I was wondering if there is anyway to skip/speed up the push for the redis container when it’s unchanged and I am pushing on local mode?
I’ve seen the recommendation before to move a device to a separate application and push to that one, but that seems like a large requirement for a device which I sometimes want to share the main applications build and sometimes run it’s own?
Cheers,
Spen