From 57e0cc06e17dd636f49c21727d88f9276fd77a8e Mon Sep 17 00:00:00 2001 From: ZacharyZcR <2903735704@qq.com> Date: Fri, 20 Dec 2024 19:02:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0VNC=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=9D=B6=E5=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestDocker/VNC/README.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TestDocker/VNC/README.txt diff --git a/TestDocker/VNC/README.txt b/TestDocker/VNC/README.txt new file mode 100644 index 0000000..2bd5195 --- /dev/null +++ b/TestDocker/VNC/README.txt @@ -0,0 +1,2 @@ +docker build -t vnc-server . +docker run -d -p 5901:5901 vnc-server \ No newline at end of file