dotnet-learn-vs/WebMVC/WebMVCApi/md/docker使用ubuntu镜像图形化界面.md
2023-05-12 23:19:15 +08:00

24 lines
579 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
icon: edit
date: 2023-03-06
category:
- 系统配置
- Docker
headerDepth: 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](https://local.wuanwanghao.top:9000/test/test/image-1678090052556.png)