https://github.com/alpine-docker/multi-arch-docker-images/blob/master/lynx/Dockerfile
N/A
https://hub.docker.com/repository/docker/alpine/lynx/tags
alias lynx="docker run -ti --rm alpine/lynx"
# interactive
lynx "www.google.com"
# text only
lynx -dump "www.google.com"
https://lynx.invisible-island.net/release/lynx_help/lynx_help_main.html