Skip to content

Commit f72c48e

Browse files
authored
(DOCSP-47165) Removes workaround per fix. (#875) (#897)
(cherry picked from commit 63dd238)
1 parent 8739d07 commit f72c48e

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
@@ -60,8 +60,6 @@ Create a Local |service| 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:: Manually Connect with Auth
6765
:tabid: with-auth
@@ -70,8 +68,6 @@ Create a Local |service| 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
.. tab:: Automate Connection
7672
:tabid: automate-connection
7773

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)