Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T17:14:29.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T15:47:25.300Z (9 months ago)
- Topics: docker, dockerfile, linux, ubuntu, ubuntu1804, vnc, vnc-server
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 26
- Watchers: 3
- 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
```