diff --git a/source/atlas-cli-deploy-docker.txt b/source/atlas-cli-deploy-docker.txt index 0c8674e6..abf0d860 100644 --- a/source/atlas-cli-deploy-docker.txt +++ b/source/atlas-cli-deploy-docker.txt @@ -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 @@ -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 diff --git a/source/atlas-cli-deploy-local.txt b/source/atlas-cli-deploy-local.txt index 3606a209..6e6c44e8 100644 --- a/source/atlas-cli-deploy-local.txt +++ b/source/atlas-cli-deploy-local.txt @@ -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 ` - instead of this procedure to avoid the error: ``container configuration failed``. +deployment. You can run this command in the following ways: diff --git a/source/includes/fact-installation-workaround-m4chips.rst b/source/includes/fact-installation-workaround-m4chips.rst deleted file mode 100644 index f3f966f7..00000000 --- a/source/includes/fact-installation-workaround-m4chips.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. important:: - - If your local machine runs MacOS Sequoia 15.2 with the Apple Silicon M4 chip, add the following - :abbr:`JVM (Java Virtual Machine)` parameter to the ``docker run`` command - to prevent your container from crashing upon startup. For example: - - .. code-block:: sh - - docker run -e JAVA_TOOL_OPTIONS="-XX:UseSVE=0" -p 27017:27017 mongodb/mongodb-atlas-local