https://github.com/stefaniuk/docker-ubuntu-desktop
Customised Ubuntu desktop base image
https://github.com/stefaniuk/docker-ubuntu-desktop
docker-image ubuntu
Last synced: about 1 year ago
JSON representation
Customised Ubuntu desktop base image
- Host: GitHub
- URL: https://github.com/stefaniuk/docker-ubuntu-desktop
- Owner: stefaniuk
- Created: 2016-11-07T10:20:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T14:40:36.000Z (over 7 years ago)
- Last Synced: 2025-03-25T07:12:05.769Z (about 1 year ago)
- Topics: docker-image, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 413 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/codeworksio/docker-ubuntu-desktop) [](http://microbadger.com/images/codeworksio/ubuntu-desktop) [](http://microbadger.com/images/codeworksio/ubuntu-desktop) [](http://microbadger.com/images/codeworksio/ubuntu-desktop) [](https://hub.docker.com/r/codeworksio/ubuntu-desktop/)
Docker Ubuntu Desktop
=====================
Customised Ubuntu desktop base image.
Installation
------------
Builds of the image are available on [Docker Hub](https://hub.docker.com/r/codeworksio/ubuntu-desktop/).
docker pull codeworksio/ubuntu-desktop
Alternatively you can build the image yourself.
docker build --tag codeworksio/ubuntu-desktop \
github.com/codeworksio/docker-ubuntu-desktop
Configuration
-------------
* Password is `ubuntu` for both the system user `ubuntu` and `root`
* Use `VNC_DISPLAY=":1"` to set display
* Use `VNC_RESOLUTION="1280x1024"` to set screen resolution
* Use `VNC_COLOUR_DEPTH="24"` to set colour depth
Testing
-------
make build start log
make stop
Then connect to `vnc://localhost:5901` using for example Safari browser or [Remmina](http://www.remmina.org/wp/) VNC client.
TODO
----
* Install [noVNC client](https://github.com/novnc/noVNC)
* Install [Xfce theme](https://wiki.xfce.org/howto/install_new_themes)