From 8e489f34ec030dfd2708d366e1c89abbcd9e8d78 Mon Sep 17 00:00:00 2001
From: rustagir <rea.rustagi@mongodb.com>
Date: Mon, 14 Apr 2025 10:29:08 -0400
Subject: [PATCH] DOCSP-48757: docker note

---
 source/connect-to-mongo/choose-connection-target.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/source/connect-to-mongo/choose-connection-target.txt b/source/connect-to-mongo/choose-connection-target.txt
index ca17628..8aa3e20 100644
--- a/source/connect-to-mongo/choose-connection-target.txt
+++ b/source/connect-to-mongo/choose-connection-target.txt
@@ -136,10 +136,14 @@ option to ``True``. You can do this in the following ways:
          :copyable:
          :emphasize-lines: 6
 
+.. note:: Replica Set in Docker
+
+   .. sharedinclude:: dbx/docker-replica-set.rst
+
 API Documentation
 -----------------
 
 To learn more about creating a ``MongoClient`` instance in the {+driver-short+},
 see the following API documentation:
 
-- `MongoClient <{+driver-api+}/MongoClients.html>`__ 
\ No newline at end of file
+- `MongoClient <{+driver-api+}/MongoClients.html>`__