You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(manual): expand 2.5단계 Docker daemon check with output → state mapping
The original '데몬 켜졌는지 확인' block listed 4 commands but didn't
explain what each output means → users see 'CONTAINER ID IMAGE' or
'29.4.0' or a 30-line dump and don't know which state they're in.
Restructure into three tiers:
🥇 한 줄 진단 — output → state table (✓ daemon up / ✗ daemon down)
🥈 자세히 보기 — three commands, each with inline output
interpretation (server-version / docker ps / docker info | head)
covering: empty output, error message, header-only, header+rows,
Cannot connect, permission denied
🥉 자주 보는 에러 메시지 — 5-row table mapping each error string to
its real cause (app off vs starting vs hanging vs uninstalled vs
permission) and the precise fix
✗ daemon down 복구 — 4-step ladder (verify app installed → open →
wait for whale → re-check)
Also rewrite '데몬 켜기' table to add a 'when to use' column and a
'after pressing — what to expect' 3-step flow with explicit timing
expectations (30s Apple Silicon / 60-90s Intel / 2min+ = hang) and the
auto-start ON/OFF rows so users see how to keep it from auto-launching
when they don't want it.
0 commit comments