Sign inSign up

patterns/surf

By patterns

Updated about 9 years ago

Dockerfile (GitHub.com/patterns/docker-surf) to image Surf webkit browser by Suckless Tools

Image
0

424

patterns/surf repository overview

docker-surf

This is a Docker image for Surf webkit browser

Quickstart

  1. Install Docker
  2. Git clone the Dockerfile
  3. From the cloned directory, build
$ docker build -t surf .
$ docker run -it --rm -p 8088:5900 surf
  • Then launch your VNC viewer at vnc://127.0.0.1:8088
  • Type the VNC_PASSWORD when prompted.
  • From inside the container, it's shift-alt-enter to launch a terminal
  • Type surf URL
$ surf http://tools.suckless.org

Credits

Surf is by Suckless Tools

Tag summary

Content type

Image

Digest

Size

101.7 MB

Last updated

about 9 years ago

docker pull patterns/surf