1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

feat: support lxqt

This commit is contained in:
Doro Wu
2018-10-23 00:13:16 +08:00
committed by Doro Wu
parent 0151957c25
commit e2c23cace0
18 changed files with 1213 additions and 15 deletions
+1 -5
View File
@@ -12,11 +12,7 @@ run:
docker run --rm \
-p 6080:80 -p 6081:443 \
-v ${PWD}:/src:ro \
-e USER=doro -e PASSWORD=mypassword \
-e ALSADEV=hw:2,0 \
-e SSL_PORT=443 \
-v ${PWD}/ssl:/etc/nginx/ssl \
--device /dev/snd \
-e HTTP_PASSWORD=123456 \
--name ubuntu-desktop-lxde-test \
$(REPO):$(TAG)