diff --git a/Home.md b/Home.md index e8cc24a..35e2351 100644 --- a/Home.md +++ b/Home.md @@ -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.