Skip to content

Commit 17ddec1

Browse files
Add section concerning amd64 with rancher desktop (#575)
1 parent d3b8951 commit 17ddec1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.evergreen/docker/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,11 @@ crypt shared and other binaries to your PATH:
107107
```bash
108108
export PATH="$MONGODB_BINARIES:$PATH"
109109
```
110+
111+
## Using Rancher
112+
113+
When using [Rancher Desktop](https://rancherdesktop.io/) on Apple Silicon or other ARM-based systems, it's _might_ be necessary to specify the amd64 architecture since some dependencies and tools are more reliable or only available for amd64.
114+
115+
```
116+
ARCH=amd64 MONGODB_VERSION="8.0" TOPOLOGY=replica_set ./run-server.sh
117+
```

0 commit comments

Comments
 (0)