mirror of
https://github.com/moby/moby.git
synced 2026-07-12 10:35:14 +00:00
Document the size constraints as defined by swarm; - 500KB ([MaxSecretSize]) for secrets - 1000KB ([MaxConfigSize]) for configs [MaxSecretSize]: https://pkg.go.dev/github.com/moby/swarmkit/v2@v2.0.0-20250103191802-8c1959736554/api/validation#MaxSecretSize [MaxConfigSize]: https://pkg.go.dev/github.com/moby/swarmkit/v2@v2.0.0-20250103191802-8c1959736554/manager/controlapi#MaxConfigSize Signed-off-by: Sebastiaan van Stijn <github@gone.nl>