From e294d58062d41d5da8479291324ee59ceaf3b232 Mon Sep 17 00:00:00 2001 From: Romain Failliot Date: Sun, 26 Dec 2021 13:33:59 -0500 Subject: [PATCH] Warn not to use podman or moby-engine for the dev setup --- CONTRIBUTING.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4619464fd..db5e556ad 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -76,6 +76,11 @@ This is already cover in the relevant documentations: - https://docs.docker.com/install/ - https://docs.docker.com/compose/install/ +.. note:: + + If you are on Fedora, know that you can't use `podman` or `moby-engine` to set up the development environment. + Stick to `docker-ce` and you'll be fine. + Cloning the project ^^^^^^^^^^^^^^^^^^^