mattfoster / ff-docker

Firefox + VNC in a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firefox Docker Container

A simple docker container that runs Firefox in Ubuntu using xvfb + x11vnc.

A password will be dynamically generated when run you a container.

Usage

Build with:

    docker build -t ff .

Run with:

    docker run -it -p 5900:5900 ff

Then connect to vnc://127.0.0.1:5900 (or whatever port you forwarded) and paste in the password.

Alternatives

This was based on creack's container, but I wanted to use a more recent Ubuntu release a dynamic password.

A quick search will turn up loads of better versions, which use NoVNC and other similar tools.

About

Firefox + VNC in a docker container


Languages

Language:Dockerfile 63.3%Language:Shell 36.7%