From 4a844b935ee7b37f30c76bad51276b50c7e946f8 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 2 May 2021 20:08:35 +0200 Subject: [PATCH] Add new swarm dev faq entry --- docs/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index cad21b5e..19ac8d3d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -231,3 +231,9 @@ It's a balance, of course. In this project, we think that running multiple datab It is easier to maintain and migrate going forward in relation to other applications and problems with apps typically have a smaller problem space - you know another app is not interfering with it because there is no interdependency. It can also pay off when dealing with GDPR related issues and the need to have more stricter data layer separation. + +## How do I keep up-to-date with Docker Swarm developments? + +- [Official release changelog for Docker Engine](https://docs.docker.com/engine/release-notes/) +- [All issues raised with label `area/swarm` label on github.com/moby/moby](https://github.com/moby/moby/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fswarm) +- [All pull requests submitted with the `area/swarm` label on github.com/moby/moby](https://github.com/moby/moby/pulls?q=is%3Aopen+is%3Apr+label%3Aarea%2Fswarm)