little deployable firefoxes uwu
Go to file
2021-05-25 20:30:17 -04:00
etc aaa 2021-05-25 20:30:17 -04:00
mozilla/firefox default firefox profile with extention 2021-05-25 13:25:33 -04:00
Dockerfile aaa 2021-05-25 20:30:17 -04:00
Readme.md Alpine edge added 2017-10-09 19:01:16 +02:00

About

x11vnc on alpine linux

Usage

docker run -d -p 5900:5900 danielguerra/alpine-vnc

After this use vnc-client to connect to your alpine. Right click shows the menu

Everything runs as user alpine. This user has sudo rights.

The password=alpine you can change is with passwd in the xterm.

Default it runs alpine 3.5 (changed).

If you want to use alpine 3.4 run

docker run -d -p 5900:5900 danielguerra/alpine-vnc:3.4

For alpie edge use

docker run -d -p 5900:5900 danielguerra/alpine-vnc:edge