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
- Host: GitHub
- URL: https://github.com/dweinstein/dockerfile-oneshot-browse
- Owner: dweinstein
- Created: 2014-08-26T13:47:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T13:47:14.000Z (over 10 years ago)
- Last Synced: 2025-01-12T03:27:41.703Z (4 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`