An open API service indexing awesome lists of open source software.

https://github.com/dweinstein/dockerfile-oneshot-browse

spawn a single-use and lightweight docker container, specifying an http proxy if anonymous or specific geographic connectivity required, running the lynx text-based browser
https://github.com/dweinstein/dockerfile-oneshot-browse

Last synced: 2 months ago
JSON representation

spawn a single-use and lightweight docker container, specifying an http proxy if anonymous or specific geographic connectivity required, running the lynx text-based browser

Awesome Lists containing this project

README

        

Text-based browsing with `http_proxy` and `lynx` browser.

- build: `docker build -t browser .`
- run: `docker run -t -i --rm -e http_proxy=http://ip:port browser ifconfig.me`