This commit is contained in:
岳松
2016-09-30 14:59:36 +08:00
parent 48345c3256
commit d8eb959de8

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
CMD ["bash"]
CMD ["/bin/bash"]