Add web vnc on port 6080

This commit is contained in:
Doro Wu
2014-02-19 17:06:37 +08:00
parent 33c92d861d
commit a39e42097e
117 changed files with 16717 additions and 4 deletions
+5 -2
View File
@@ -23,15 +23,18 @@ RUN apt-get install -y --no-install-recommends openssh-server pwgen sudo vim-tin
RUN apt-get install -y --no-install-recommends lxde
RUN apt-get install -y --no-install-recommends x11vnc xvfb
RUN apt-get install -y supervisor
RUN apt-get install -y libreoffice
RUN apt-get install -y firefox
RUN apt-get install -y libreoffice firefox
# noVNC
RUN apt-get install -y net-tools
ADD startup.sh /
ADD supervisord.conf /
ADD noVNC /noVNC/
# clean up after ourselves
RUN apt-get clean
EXPOSE 6080
EXPOSE 5900
EXPOSE 22
WORKDIR /