https://github.com/beevelop/docker-weinre
:wine_glass: weinre (WEb INspector REmote) is a remote debugger for web pages – perfect for mobile devices
https://github.com/beevelop/docker-weinre
Last synced: 7 months ago
JSON representation
:wine_glass: weinre (WEb INspector REmote) is a remote debugger for web pages – perfect for mobile devices
- Host: GitHub
- URL: https://github.com/beevelop/docker-weinre
- Owner: beevelop
- Created: 2015-12-26T11:21:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T21:20:54.000Z (about 9 years ago)
- Last Synced: 2025-06-02T08:44:18.738Z (9 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/beevelop/docker-weinre)
[](https://links.beevelop.com/d-weinre)
[](https://links.beevelop.com/d-weinre)
[](https://links.beevelop.com/d-weinre)
[](https://github.com/beevelop/docker-weinre/releases)

[](https://beevelop.com)
# Apache weinre
> 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.
----
## Run image
```
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.
## Use as base image
```Dockerfile
FROM beevelop/weinre:latest
```