-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor naming convention for directories and files
- Loading branch information
Showing
20 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,18 +14,18 @@ LABEL maintainer="[email protected]" | |
ENV USER=root | ||
ENV DISPLAY=:1 | ||
EXPOSE 5901 | ||
ADD vncpass.sh /tmp/ | ||
ADD vncserver_daemon.sh /usr/local/bin/ | ||
ADD vnc-pass.sh /tmp/ | ||
ADD vncserver-daemon.sh /usr/local/bin/ | ||
ADD watchdog.sh /usr/local/bin/ | ||
ADD supervisord_vncserver.conf /etc/supervisor/conf.d/ | ||
ADD supervisord-vncserver.conf /etc/supervisor/conf.d/ | ||
RUN apt-get update && \ | ||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends xfce4 xfce4-goodies xfonts-base dbus-x11 tightvncserver expect xauth && \ | ||
touch /root/.Xauthority && chmod 600 /root/.Xauthority && \ | ||
xauth generate :1 . trusted && \ | ||
chmod +x /usr/local/bin/vncserver_daemon.sh && \ | ||
chmod +x /tmp/vncpass.sh; sync && \ | ||
/tmp/vncpass.sh && \ | ||
rm /tmp/vncpass.sh && \ | ||
chmod +x /usr/local/bin/vncserver-daemon.sh && \ | ||
chmod +x /tmp/vnc-pass.sh; sync && \ | ||
/tmp/vnc-pass.sh && \ | ||
rm /tmp/vnc-pass.sh && \ | ||
apt-get remove -y expect && apt-get autoremove -y && \ | ||
FILE_SSH_ENV="/root/.ssh/environment" && \ | ||
echo "DISPLAY=:1" >> $FILE_SSH_ENV | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters