Files
runtipi-appstore/apps
Gui-Gos e73b07e2ca
Some checks failed
Test / test (push) Has been cancelled
docs: Fix docker exec commands to use command substitution instead of wildcards
Docker exec does not interpret wildcards (*) in container names.
Replaced all `docker exec -it wazuh-runtipi_*-container-name` commands
with `docker exec -it $(docker ps --filter "name=container" --format "{{.Names}}")`.

This ensures the commands work correctly on all systems.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 11:04:10 +01:00
..