bnuuy/Readme.md

25 lines
506 B
Markdown
Raw Normal View History

2016-11-16 01:56:14 +00:00
# About
x11vnc on alpine linux
# Usage
2016-11-16 01:56:14 +00:00
docker run -d -p 5900:5900 danielguerra/alpine-vnc
After this use vnc-client to connect to your alpine.
Right click shows the menu
2017-03-02 12:05:59 +00:00
2017-10-09 17:01:16 +00:00
Everything runs as user alpine. This user has sudo rights.
2017-03-02 12:05:59 +00:00
The password=alpine you can change is with passwd in
the xterm.
2017-10-09 17:01:16 +00:00
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
2017-10-09 17:01:16 +00:00
For alpie edge use
docker run -d -p 5900:5900 danielguerra/alpine-vnc:edge