snapshot: preserve central wiki state 2026-08-15 (7 modified + 1 new file)

This commit is contained in:
Tony0410
2026-08-15 22:11:30 +08:00
commit 92e8028bb8
71 changed files with 9897 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
---
title: Recover a Docker service
type: runbook
status: active
created: 2026-07-22
updated: 2026-07-22
tags: [runbook, docker, recovery]
sources: []
confidence: high
---
# Recover Docker service
## Procedure
1. Identify the container.
2. Inspect status and last 100 log lines.
3. If unhealthy, restart then re-check.
4. If still failing, inspect image and mounts.
## Verification
Container shows healthy after recovery probe reboots.
## Last successfully used
2026-07-22