Docker How to simply set up Mongo's replica set locally with Docker Trying to add MongoDB’s change stream support to my Go code I’ve find out it needs a replica set. Here is a quick tip how to set RS up on your local machine with Docker. Before all, you’ll need the docker compose installed at your PC. Check