From 596fc739657b212119539b41c956e15cdaff6707 Mon Sep 17 00:00:00 2001 From: Moustapha <104678778+MoustaphaCamara@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:49:27 +0200 Subject: [PATCH] bug/minor: contributing: notify docker desktop usage issue (#31) --- 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 ^^^^^^^^^^^^^^^^^^^