This repository contains Dockerfile of Ubuntu Desktop (Mate) for Docker's
Install Docker.
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)
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'
Content type
Image
Digest
sha256:930cc9835…
Size
846.4 MB
Last updated
almost 11 years ago
docker pull gauthierc/spicemate