weinre (WEb INspector REmote) – pronounced like the word "winery" (or maybe "weiner") – is a debugger for web pages, like FireBug (for FireFox) and Web Inspector (for WebKit-based browsers), except it's designed to work remotely, and in particular, to allow you debug web pages on a mobile device such as a phone.
docker run -d -p 8080:8080 beevelop/weinre
Access weinre by hitting http://host-ip:8080 and follow the instructions to enable debugging your applications.
FROM beevelop/weinre:latest