From b35e9d3661b57c370d2f1d6a1e7388db4aa2ac0e Mon Sep 17 00:00:00 2001 From: Stephanie <52582720+stephmarie17@users.noreply.github.com> Date: Tue, 15 Apr 2025 10:52:29 -0700 Subject: [PATCH] resolve cherrypick conflicts --- source/fundamentals/connections/connection-guide.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/fundamentals/connections/connection-guide.txt b/source/fundamentals/connections/connection-guide.txt index d1f73945..43bc59d3 100644 --- a/source/fundamentals/connections/connection-guide.txt +++ b/source/fundamentals/connections/connection-guide.txt @@ -174,6 +174,10 @@ connections: - Require you to :manual:`specify a secondary read preference ` when the specified host isn't the **primary**. +.. note:: Replica Set in Docker + + .. sharedinclude:: dbx/docker-replica-set.rst + .. _golang-connection-options: ------------------