Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gauthierc/DockerSpiceXfce4
Docker Ubuntu Desktop (Xfce4) with Spice
https://github.com/gauthierc/DockerSpiceXfce4
Last synced: 5 days ago
JSON representation
Docker Ubuntu Desktop (Xfce4) with Spice
- Host: GitHub
- URL: https://github.com/gauthierc/DockerSpiceXfce4
- Owner: gauthierc
- License: gpl-2.0
- Created: 2014-12-05T13:38:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T18:21:04.000Z (over 4 years ago)
- Last Synced: 2024-08-02T12:51:21.467Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 19
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - gauthierc/DockerSpiceXfce4 - Docker Ubuntu Desktop (Xfce4) with Spice (others)
README
## DockerSpiceLxde
This repository contains **Dockerfile** of [Ubuntu Desktop (Xfce4)](http://xfce.org/) for [Docker](https://www.docker.com/)'s
### Base Docker Image
* [ubuntu:20.04](https://registry.hub.docker.com/_/ubuntu/)
### Installation
1. Install [Docker](https://www.docker.com/).
2. Download [automated build](https://registry.hub.docker.com/u/gauthierc/dockerspicexfce4/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull gauthierc/dockerspicexfce4`
(alternatively, you can build an image from Dockerfile: `docker build -t="gauthierc/dockerspicexfce4" github.com/gauthierc/DockerSpiceXfce4`)
### Usage
docker run -p 5900:5900 gauthierc/dockerspicexfce4
If you local user is 'myusername' and your uid is '1000' and you want map your /home/myusername in Docker:
docker run -p 5900:5900 -e SPICE_USER=myusername -e SPICE_UID=1000 -v /home/myusername:/home/myusername -e SPICE_PASSWD="azerty" -e SPICE_LOCAL="fr_FR.UTF-8" -e SPICE_RES="1366x768" gauthierc/dockerspicexfce4
Connect via Spice client
remote-viewer spice://localhost:5900The default password is 'password'.