I want to find the name and IP of active containers on a network. I use docker-compose for orchestration and I scale worker containers to handle high requests. I wa
docker-compose