I have created a Flutter Serverpod project on MacBook Air M1. Then i uploaded it to GitHub, now my question is whenever I download the project from GitHub to my iMac(not the same host mac). I don't find my project's container in docker on that Mac with same login on docker desktop app, please help me on how to sync the project in such a way so that I can use it on multiple mac's remotely. Any help is highly appreciated.
Firstly I made the project on MacBook Air M1 and uploaded to GitHub. now when I log in with the same id for docker desktop app on another Mac(iMac), I don't find the same container inside docker. I also tried running my server on iMac and it created a new container for me altogether but it doesn't refer to the main container at all. Also I checked Postico for Postgres DB but it also doesn't contain any tables or query I have made earlier on MacBAir.