Sign inSign up

gauthierc/spicemate

By gauthierc

Updated almost 11 years ago

Image
1

2.7K

gauthierc/spicemate repository overview

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'

Tag summary

Content type

Image

Digest

sha256:930cc9835

Size

846.4 MB

Last updated

almost 11 years ago

docker pull gauthierc/spicemate