Dockerfile with Ubuntu image, VNC and SSH.
Run docker container, mapping the ports:
docker run --rm -p 15022:22 -p 15901:5901 -it grzanka/ubuntu_vnc_ssh
You can use SSH to connect to docker (password: test):
ssh -X [email protected] -p 15022
or VNC client to connect to 127.0.0.1:15901 (password: qwerty)
Content type
Image
Digest
Size
407 MB
Last updated
about 7 years ago
docker pull grzanka/ubuntu_vnc_ssh