Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```