Related Documentation:
Version v1.0.0 - First Stable Release
A comprehensive application for testing and validating Redis Access Control List (ACL) rules with real-time command analysis, featuring Rule Selectors, Advanced Key Permissions, comprehensive E2E testing with 100% test coverage (65/65 Playwright tests), and an elegant drag-drop interface. Also available as a native desktop application (macOS, Windows, Linux).
What's New in v1.0.0:
# Run the latest version
docker run -d \
--name redis-acl-builder \
-p 7380:7380 \
--restart unless-stopped \
markotrapani608/redis-acl-builder:latest
# Access the application
open http://localhost:7380
# Latest stable
docker pull markotrapani608/redis-acl-builder:latest
# Specific version
docker pull markotrapani608/redis-acl-builder:1.0.0
# Beta releases
docker pull markotrapani608/redis-acl-builder:beta
# Stop, remove, pull latest, and restart
docker stop redis-acl-builder 2>/dev/null; \
docker rm redis-acl-builder 2>/dev/null; \
docker pull markotrapani608/redis-acl-builder:latest && \
docker run -d --name redis-acl-builder -p 7380:7380 --restart unless-stopped markotrapani608/redis-acl-builder:latest
(+@read ~logs:*)%R~pattern%W~pattern%RW~pattern or ~patternThe image is production-ready with:
# Check container logs
docker logs redis-acl-builder
# Verify port availability
lsof -i :7380
# Test connectivity
curl http://localhost:7380/
# Restart container
docker restart redis-acl-builder
For questions about usage, feedback, or to report bugs, please reach out to:
latest - Latest stable release (currently v1.0.0)1.0.0 - First Stable ReleaseSecurity Features:
apk upgrade on every buildWe continuously monitor security advisories and update dependencies as fixes become available.
Redis ACL Builder - Built with ❤️ for Redis Enterprise ACL testing and validation
Content type
Image
Digest
sha256:fad1efcca…
Size
39.4 MB
Last updated
5 months ago
docker pull markotrapani608/redis-acl-builder