Skip to content

Latest commit

 

History

History
30 lines (13 loc) · 987 Bytes

README.md

File metadata and controls

30 lines (13 loc) · 987 Bytes

DockerSpiceLxde

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

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull gauthierc/spicemate

    (alternatively, you can build an image from Dockerfile: docker build -t="gauthierc/spicemate" github.com/gauthierc/SpiceMate)

Usage

docker run -p 5900:5900 gauthierc/spicemate

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 gauthierc/spicemate

Connect via Spice client 'spicec -h localhost -p 5900 -w password'