Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions source/atlas-cli-deploy-docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ Create a Local |service| Deployment with Docker
.. code-block:: sh

docker run -p 27017:27017 mongodb/mongodb-atlas-local

.. include:: /includes/fact-installation-workaround-m4chips.rst

.. tab:: Manually Connect with Auth
:tabid: with-auth
Expand All @@ -70,8 +68,6 @@ Create a Local |service| Deployment with Docker

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

.. include:: /includes/fact-installation-workaround-m4chips.rst

.. tab:: Automate Connection
:tabid: automate-connection

Expand Down
8 changes: 1 addition & 7 deletions source/atlas-cli-deploy-local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,7 @@ Create a Local Atlas Deployment
-------------------------------

Use the ``atlas deployments`` command to create a local |service|
deployment.

.. important::

If your local machine runs MacOS Sequoia 15.2 with the Apple Silicon M4 chip, follow the procedure for
:ref:`creating a local Atlas deployment with Docker <atlas-cli-deploy-docker>`
instead of this procedure to avoid the error: ``container configuration failed``.
deployment.

You can run this command in the following ways:

Expand Down
9 changes: 0 additions & 9 deletions source/includes/fact-installation-workaround-m4chips.rst

This file was deleted.