What’s the best practice to simplify building and running an app on a dev machine spread across multiple repos (each potentially with their own Dockerfile or docker compose file)?
Since these are under active development, their Docker images haven’t been pushed to Docker Hub yet. Besides going into each directory and manually building/running, is there something in Docker or some other tool that helps to automate this?