Commit 1db9c75
committed
Add persistent named volumes for Desktop Commander
Added four named volumes to preserve state across container restarts:
- dc-system:/usr - System packages, binaries, libraries (npm/pip installs)
- dc-home:/root - User configs, clientId, tool history, feature flags
- dc-workspace:/workspace - Development files and projects
- dc-packages:/var - Package databases, caches, logs
Without these volumes, all installed packages, configuration, and work
is lost when the container stops. This is especially important for users
who install additional tools via npm/pip during their session.1 parent 7cb42c1 commit 1db9c75
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments