Recently, I have been involved in migrating one of our CI pipelines from Jenkins to some other Tool. During the process, I had to debug an integration test that involved running multiple container images using docker-compose. Ideally, to debug this test locally, I would need to run the docker-compose on…