A docker image for a local regexr instance
50K+
The regexr (https://regexr.com/) application is great for testing out regular expressions. But if you don't want to upload sensible data to a foreign web server, you might consider using a local version of this great software. So this is what the container is for.
docker run -d -p 8080:8080 --name regexr --restart=always winkelchri/regexr
Content type
Image
Digest
Size
26.5 MB
Last updated
almost 7 years ago
docker pull winkelchri/regexr