Skip to content

Commit f3b356c

Browse files
feat: Add dotnet runtime docs
1 parent c90c16a commit f3b356c

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
142 KB
Loading
106 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 创建 .NET 运行环境
2+
3+
**点击创建运行环境按钮,选择 Golang 版本和运行目录等信息**
4+
5+
!!! Abstract ""
6+
7+
- 目前支持 .NET 9.0、8.0、6.0 版本,用户可以根据自己的需求选择合适的版本。
8+
- 目前使用的是 mcr.microsoft.com/dotnet/aspnet 镜像,需要先把代码编译成 .dll 文件,然后放到运行目录中。
9+
10+
![runtime_golang_create.png](../../img/websites/runtime_golang_create.png)
11+
12+
## 操作 .NET 运行环境
13+
14+
!!! Abstract ""
15+
16+
- 在列表页面,可以对 .NET 运行环境进行停止、启动、重启、编辑、删除和查看日志等操作
17+
18+
![runtime_golang_list.png](../../img/websites/runtime_golang_list.png)
19+

0 commit comments

Comments
 (0)