Skip to content

Commit d9735c8

Browse files
authored
(DOCSP-47165) Removes workaround per fix. (#875) (#887)
(cherry picked from commit 63dd238)
1 parent 4c60219 commit d9735c8

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

source/atlas-cli-deploy-docker.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ Create a Local |service| Deployment with Docker
5252
.. code-block:: sh
5353

5454
docker run -p 27017:27017 mongodb/mongodb-atlas-local
55-
56-
.. include:: /includes/fact-installation-workaround-m4chips.rst
5755

5856
.. tab:: Manually Connect with Auth
5957
:tabid: with-auth
@@ -62,8 +60,6 @@ Create a Local |service| Deployment with Docker
6260

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

65-
.. include:: /includes/fact-installation-workaround-m4chips.rst
66-
6763
.. tab:: Automate Connection
6864
:tabid: automate-connection
6965

source/atlas-cli-deploy-local.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,7 @@ Create a Local Atlas Deployment
8989
-------------------------------
9090

9191
Use the ``atlas deployments`` command to create a local |service|
92-
deployment.
93-
94-
.. important::
95-
96-
If your local machine runs MacOS Sequoia 15.2 with the Apple Silicon M4 chip, follow the procedure for
97-
:ref:`creating a local Atlas deployment with Docker <atlas-cli-deploy-docker>`
98-
instead of this procedure to avoid the error: ``container configuration failed``.
92+
deployment.
9993

10094
You can run this command in the following ways:
10195

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

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

0 commit comments

Comments
 (0)