Run deployment preflight through client image

This commit is contained in:
2026-08-03 11:08:42 +00:00
parent f3517bd21b
commit 25d40daea6
2 changed files with 38 additions and 7 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ It can therefore be used unchanged on cache and archive nodes.
## Requirements
- Run it on the Docker host being checked.
- Use Python 3.11 or newer (the script uses the standard-library `tomllib`).
- Use Python 3.8 or newer. The script reads the mounted configuration through
the client image, so it does not depend on the host Python TOML library.
- Have Docker CLI access to the daemon.
- Have the checkout containing the script available on that host, or copy only
this script into the node's compose directory.