https://github.com/panta/docker-ubuntu-vnc
Ubuntu 18.04 Docker container with TightVNC server
https://github.com/panta/docker-ubuntu-vnc
docker dockerfile linux ubuntu ubuntu1804 vnc vnc-server
Last synced: 6 months ago
JSON representation
Ubuntu 18.04 Docker container with TightVNC server
- Host: GitHub
- URL: https://github.com/panta/docker-ubuntu-vnc
- Owner: panta
- License: apache-2.0
- Created: 2018-10-19T16:14:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T17:14:29.000Z (over 5 years ago)
- Last Synced: 2025-03-20T22:18:39.171Z (7 months ago)
- Topics: docker, dockerfile, linux, ubuntu, ubuntu1804, vnc, vnc-server
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 29
- Watchers: 2
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
README
======This creates a Docker container with Ubuntu 18.04 and [TightVNC Server](https://tightvnc.com).
To build:
```bash
$ make build
```To run:
```bash
$ make run
```which is a shorthand for:
```bash
$ docker run --rm -ti -p 5901:5901 --name docker-ubuntu panta/docker-ubuntu-vnc:latest
```To get a shell on a running container:
```bash
$ make shell
```