ibmcom/lynx-ppc64le

By ibmcom

Updated over 6 years ago

The text web browser

Image
0

266

Supported Tags: 2.8.9

Start the container with following command: $docker run -it --rm lynx

Now you will be on official page of lynx.

From here you can go to any url you want as follows: •Press ‘g’ •Enter the URL you want to visit. •Press y or n depending upon whether you want to allow cookies.

You can even start the container with specific url as follows: $ docker run -it --rm lynx lynx <website_url> Eg: $ docker run -it --rm lynx lynx www.google.com

Docker Pull Command

docker pull ibmcom/lynx-ppc64le