In reaction to https://github.com/moby/moby/issues/33462, I was discussing with @diogomonica that if we consider the secrets store in swarm to be the "source of truth" (i.e., not just a "copy" of secrets stored/managed elsewhere), that there should be an easy way to backup and restore the swarm state, without users having to dive into /var/lib/docker/swarm to create an archive.
SwarmKit _does_ have a tool to dump this data https://github.com/docker/swarmkit/blob/master/cmd/swarm-rafttool/dump.go, but AFAIK, this is not exposed through the docker CLI
Use-cases;
Given that that directory contains both the _data_, and keys to decrypt the data, perhaps keys and data should be exported separately, so that data can be backed-up, and transported safely
/cc @aaronlehmann
Yes please.
Any updates on this?
really missing feature.
any update?
Most helpful comment
Any updates on this?