From badc2d4ee21c69592a740aee449569ddc756cbe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 25 Mar 2020 10:06:36 +0100 Subject: [PATCH] doc: add examples/README --- examples/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..84ca610 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,11 @@ +# Community Examples + +The examples contained in this directory have been provided by the community +and allow users to run the container setup in scenarios other than the +default one (using Docker Compose). + +Since they are maintained by the community, they may not provide the same +features as the default setup. + +No support is provided for these, but if you found a bug and can fix it +we'll be happy to accept a Pull-Request to fix it!