first commit

This commit is contained in:
2024-04-19 10:39:18 +08:00
commit e7e60bcdba
11 changed files with 53 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 软采基础镜像
包含dotnet 3.1 运行时,i386 架构支持,nats-server,运行管理
### 编译
`docker build -t yuzhen_base:v1.0.2 .`
### docker 运行命令
`docker run -v /home/yuzhen/fanucDocker/drvCfg:/yuzhen_iot/service_manage/equipment_manage/Drv/cfg -v /home/yuzhen/fanucDocker/log:/yuzhen_iot/service_manage/ftp/log_storage gitiot.mgm-iot.com/iot/yuzhen_fanuc:v0.0.1`
-v 挂在配置文件路径和日志路径