From e94420ae929b97d8aafd7a8f3843001710dd519e Mon Sep 17 00:00:00 2001 From: Kyle Kloberdanz Date: Thu, 19 Oct 2023 11:19:26 -0500 Subject: [PATCH] add link to Docker image and Docker documentation --- src/libmongoc/doc/installing.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libmongoc/doc/installing.rst b/src/libmongoc/doc/installing.rst index 08b5f97db0c..891c97e27bb 100644 --- a/src/libmongoc/doc/installing.rst +++ b/src/libmongoc/doc/installing.rst @@ -29,6 +29,12 @@ Install libbson with a Package Manager .. note:: Moved: :doc:`/learn/get/installing` +Docker image +------------ + +You can find a Docker image in `Docker Hub `_ +along with example usage of using libmongoc to ping a MongoDB database from +within a Docker container. Build environment -----------------