Skip to content

Commit db81420

Browse files
authored
(DOCSP-47165) Removes workaround per fix. (#875) (#899) (#908)
(cherry picked from commit efb03de)
1 parent 1c74e18 commit db81420

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

source/atlas-cli-deploy-docker.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Create a Local Atlas Deployment with Docker
6060
.. code-block:: sh
6161

6262
docker run -p 27017:27017 mongodb/mongodb-atlas-local
63-
64-
.. include:: /includes/fact-installation-workaround-m4chips.rst
6563

6664
.. tab:: With Authentication
6765
:tabid: with-auth
@@ -70,10 +68,8 @@ Create a Local Atlas Deployment with Docker
7068

7169
docker run -e MONGODB_INITDB_ROOT_USERNAME=user -e MONGODB_INITDB_ROOT_PASSWORD=pass -p 27017:27017 mongodb/mongodb-atlas-local
7270

73-
.. include:: /includes/fact-installation-workaround-m4chips.rst
74-
7571
The logs display as the Docker image runs.
76-
72+
7773
.. step:: Connect to the local |service| deployment.
7874

7975
To connect to the local |service| deployment from the host (not

source/atlas-cli-deploy-local.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,7 @@ Create a Local Atlas Deployment
6767
-------------------------------
6868

6969
Use the ``atlas deployments`` command to create a local |service|
70-
deployment.
71-
72-
.. important::
73-
74-
If your local machine runs MacOS Sequoia 15.2 with the Apple Silicon M4 chip, follow the procedure for
75-
:ref:`creating a local Atlas deployment with Docker <atlas-cli-deploy-docker>`
76-
instead of this procedure to avoid the error: ``container configuration failed``.
70+
deployment.
7771

7872
You can run this command in the following ways:
7973

source/includes/fact-installation-workaround-m4chips.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)