jc21 / docker-registry-ui

😎 A nice web interface for managing your Docker Registry images
MIT License
324 stars 71 forks source link

Bugfix: Allow hyphen in image names #5

Closed h3rj4n closed 5 years ago

h3rj4n commented 5 years ago

Main problem was dashes not working in the API. Updated the regex to fix this.