From 5d93ee92adf670ce02da3b783a30b4e41dcf722b Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 11 Jun 2020 09:46:58 -0700 Subject: [PATCH] Add "Classic Swarm" deprecation notice --- swarm/deprecated.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 swarm/deprecated.md diff --git a/swarm/deprecated.md b/swarm/deprecated.md new file mode 100644 index 000000000..fe6532302 --- /dev/null +++ b/swarm/deprecated.md @@ -0,0 +1,3 @@ +> Classic Swarm has been archived and is no longer actively developed. You may want to use the Swarm mode built into the Docker Engine instead, or another orchestration system. + +(https://github.com/docker/classicswarm#readme)