This commit is contained in:
岳松
2016-09-30 14:40:50 +08:00
parent dbdd410062
commit 48345c3256
2 changed files with 1 additions and 15 deletions

View File

@@ -12,4 +12,4 @@ RUN wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.635/insta
ADD ./conf/xstartup /root/.vnc/xstartup
RUN echo "xiaosong" | /usr/bin/vncpasswd -f > /root/.vnc/passwd
EXPOSE 5901
ENTRYPOINT ["service", "vncserver", "start"]
CMD ["bash"]