You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotnet-learn-vs/WebMVC/WebMVCApi/md/docker使用ubuntu镜像图形化界面.md

579 B

icon date category headerDepth
edit 2023-03-06
系统配置
Docker
5

docker使用ubuntu镜像图形化界面

不想用vnc安装图形化界面直接找了一个有图形化界面的ubuntu镜像

镜像地址:

https://hub.docker.com/r/kasmweb/desktop/tags

pull完镜像后生成容器即可此界面为web版地址为:

https://IP_OF_SERVER:6901

docker run -it -p 6901:6901 -e VNC_PW=password --name ubuntu-test kasmweb/desktop:1.10.0-rolling

image-1678090052556