mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
If, using the API, a user submits an init request with a spec that has a name other than "default", the engine will rename the "default" cluster object. Some parts of swarmkit depend on having a cluster object named "default". Reject any specs that use other names. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>