Skip to content

Latest commit

 

History

History
35 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (15 loc) · 1.11 KB

DockerSpiceLxde

This repository contains Dockerfile of Ubuntu Desktop (Xfce4) for Docker's

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: 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:5900

The default password is 'password'.