Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 6 hours 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T14:40:36.000Z (over 5 years ago)
- Last Synced: 2024-04-16T07:49:23.922Z (7 months ago)
- Topics: docker-image, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 413 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Circle CI](https://circleci.com/gh/codeworksio/docker-ubuntu-desktop.svg?style=shield "CircleCI")](https://circleci.com/gh/codeworksio/docker-ubuntu-desktop) [![Size](https://images.microbadger.com/badges/image/codeworksio/ubuntu-desktop.svg)](http://microbadger.com/images/codeworksio/ubuntu-desktop) [![Version](https://images.microbadger.com/badges/version/codeworksio/ubuntu-desktop.svg)](http://microbadger.com/images/codeworksio/ubuntu-desktop) [![Commit](https://images.microbadger.com/badges/commit/codeworksio/ubuntu-desktop.svg)](http://microbadger.com/images/codeworksio/ubuntu-desktop) [![Docker Hub](https://img.shields.io/docker/pulls/codeworksio/ubuntu-desktop.svg)](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-desktopConfiguration
-------------* 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 depthTesting
-------make build start log
make stopThen 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)