docs(ops): 103 native runtime tooling (goosed, imgproxy, image_make topology) #42

Merged
tkmind merged 3 commits from codex/goosed-native-103-docs into main 2026-07-30 22:00:28 +00:00
Showing only changes of commit 08ea5e05a9 - Show all commits
+1
View File
@@ -273,6 +273,7 @@ EOF
log "goosed-monitor switched to native FD monitor"
}
stop_docker_pool_keep_standby() {
local name
for name in goosed-prod-{1..9}; do
docker update --restart=no "${name}" 2>/dev/null || true