浏览代码

docs: 打包指令

fanyanpeng 2 年之前
父节点
当前提交
ac26cfeb37
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      构建方式.md

+ 9 - 0
构建方式.md

@@ -0,0 +1,9 @@
+#### 构建CPP基础镜像
+
+```
+docker build -t nexus.seecoder.cn:8092/cppbaseimage:latest . --load
+
+docker push  nexus.seecoder.cn:8092/cppbaseimage:latest
+
+```
+