Update Home

markmental 2025-11-04 15:26:58 +00:00
commit 0efce3a24c

@ -92,12 +92,6 @@
pruning).
5. **Documentation**: Update this wiki and the README with new functionality and edge cases.
Suggested enhancements:
- Add `docker logs`, `docker stats`, and image pruning commands.
- Swap `system()` for `std::system` alternatives or libdocker bindings if stronger security or portability is
required.
- Introduce configuration files for default images, port mappings, and container names.
## 7. Security & Operational Considerations
- **Input Sanitisation**: User inputs feed directly into shell commands. Avoid untrusted usage or wrap commands with
additional validation when integrating into shared environments.