Explorar el Código

docs: 打包指令

fanyanpeng hace 2 años
padre
commit
ac26cfeb37
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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
+
+```
+