docker run -p 6901:6901 --rm -it -v $PWD:$PWD -w $PWD \ registry.cn-hangzhou.aliyuncs.com/wybioinfo/debian-xfce-vnc:latest
密码为:vncpassword,也可使用参数?password=vncpassword
vncpassword
?password=vncpassword
docker run -it \ --rm \ --hostname="$(hostname)" \ --publish="3389:3389/tcp" \ --name="remote-desktop" \ registry.cn-hangzhou.aliyuncs.com/wybioinfo/docker-remote-desktop:latest