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

feat: Ubuntu focal 20.04

This commit is contained in:
Doro Wu
2020-05-11 23:14:58 +08:00
parent 0e70047bdc
commit c3bce99da9
7 changed files with 162 additions and 73 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
REPO ?= dorowu/ubuntu-desktop-lxde-vnc
TAG ?= latest
# you can choose other base image versions
IMAGE ?= ubuntu:18.04
IMAGE ?= ubuntu:20.04
# choose from supported flavors (see available ones in ./flavors/*.yml)
FLAVOR ?= lxde
# armhf or amd64
@@ -20,7 +20,7 @@ build: $(templates)
# Test run the container
# the local dir will be mounted under /src read-only
run:
docker run --rm \
docker run --privileged --rm \
-p 6080:80 -p 6081:443 \
-v ${PWD}:/src:ro \
-e USER=doro -e PASSWORD=mypassword \