From 3d88f49f450fdc248e0513c4e815322d67f8110e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Arturo=20Cabral=20Mej=C3=ADa?= Date: Sat, 24 Dec 2022 12:00:04 -0500 Subject: [PATCH] docs: add warning about other docker distros --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f211b3..fe7796e 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,12 @@ NIPs with a relay-specific implementation are listed here. - Typescript ### Docker setups -- Node v18 - Docker v20.10 - Docker compose v2.10 +WARNING: Docker distributions from Snap, Brew or Debian repositories are NOT SUPPORTED and will result in errors. +Install Docker from their [official guide](https://docs.docker.com/engine/install/) ONLY. + ## Full Guide - [Set up a Nostr relay in under 5 minutes](https://andreneves.xyz/p/set-up-a-nostr-relay-server-in-under) by [André Neves](https://twitter.com/andreneves) (CTO & Co-Founder At [ZEBEDEE](https://zebedee.io/))