@tridha643/hestia 1.1.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -168,8 +168,9 @@ hestia router status
168
168
  ```
169
169
 
170
170
  Individual Docker workloads are not stoppable; use `hestia down`. Named
171
- volumes are retained unless `--destroy` is explicit. `doctor` is strictly
172
- report-only.
171
+ volumes and project-built images are retained unless `--destroy` is explicit
172
+ (`--destroy` removes named volumes and `--rmi local` project images; shared
173
+ base images are left in place). `doctor` is strictly report-only.
173
174
 
174
175
  ## Development and release
175
176