Featured image of post qnap的container运行lubuntu

qnap的container运行lubuntu

ssh登陆qnap, 进入命令模式,先pull lubuntu到本地

docker pull vncserver/lubuntu
run lubuntu
docker run -d --hostname lubuntu --name lubuntu --restart always -p 5901:5901 -e TZ=Asia/Jakarta vncserver/lubuntu

打开vnc, 输入host,和密码

host: 192.168.3.xxx/:5901
username: developer
password: vncpasswd