From 76dbfc5001376bcc03a84a82c3d854012c039ac3 Mon Sep 17 00:00:00 2001 From: MoustaphaCamara Date: Tue, 1 Oct 2024 17:44:16 +0200 Subject: [PATCH] bug/minor: contributing: notify docker desktop usage issue --- doc/contributing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/contributing.rst b/doc/contributing.rst index bdaae97..1b33bf1 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -107,6 +107,10 @@ Docker install Make sure your user is in the `docker` group so you can execute docker commands without sudo (see `documentation `_). +.. note:: + + Some issues may occur when using Docker Desktop to manage your containers. It is highly recommended to use the system's native Docker daemon instead. + Dev directory setup ^^^^^^^^^^^^^^^^^^^