nbrown/lynx
Docker image for the text-based lynx browser
10K+
Dockerfile
linksLynx is a fully-featured terminal-based web browser, capable of displaying HTML content.
In order to invoke Lynx, simply run a container specifying the URL, e.g.:
$ docker container run --rm -it lynx --cookies www.windsock.io
To get a list of Lynx config options, run a container with the -h
flag:
$ docker container run --rm lynx -h
docker pull nbrown/lynx