Skip to content

Commit 7f1a89c

Browse files
committed
docs(known-issues): update libcurl4 issue description
1 parent 1232ddb commit 7f1a89c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/guides/known-issues.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ Workaround:
2222
- Use a SystemBinary with [`SYSTEM_BINARY`](../api/config-options.md#SYSTEM_BINARY)
2323
- Do not use AlpineLinux
2424

25-
## libcurl on slim Docker images
25+
## libcurl on older or custom Docker images
2626

27-
Docker images of the "slim" variety often don't have `libcurl` installed, such as [the official "slim" Node.js image](https://hub.docker.com/_/node) or [sitespeed.io node](https://hub.docker.com/r/sitespeedio/node).
28-
If you don't install it manually, then `mongodb-memory-server` will not start up in your container, with the following exception message:
27+
When running older docker images or a custom image not based on any `node` image, then `libcurl4` will likely need to be manually installed, otherwise MongoDB binary will not start since version `5.0.0` on most distributions.
2928

30-
> Instance Exited before being ready and without throwing an error!
29+
> libcurl4 is not available on your system. Mongod requires it and cannot be started without it.
3130
32-
This can easily be resolved by installing it in your image:
31+
This can be resolved by installing it in your image:
3332

3433
```sh
3534
apt-get install libcurl4

0 commit comments

Comments
 (0)