更新 容器镜像.md
This commit is contained in:
parent
aab0da3438
commit
86be913efc
8
容器镜像.md
8
容器镜像.md
|
@ -795,7 +795,7 @@ ENV NAME World
|
||||||
CMD ["python", "app.py"]
|
CMD ["python", "app.py"]
|
||||||
```
|
```
|
||||||
|
|
||||||
![image-20200722153133293](C:\Users\A\Pictures\docker\1.png)
|
![image-20200722153133293](https://oss-wxin-picture.oss-cn-beijing.aliyuncs.com/Docker/1.png)
|
||||||
|
|
||||||
**Dockerfile文件说明**
|
**Dockerfile文件说明**
|
||||||
|
|
||||||
|
@ -926,7 +926,7 @@ yanqiang20072008为我在docker hub的用户名
|
||||||
|
|
||||||
访问上例中部署的网站下载app.zip压缩包
|
访问上例中部署的网站下载app.zip压缩包
|
||||||
|
|
||||||
![image-20220719001900850](C:\Users\A\Pictures\docker\2.png)
|
![image-20220719001900850](https://oss-wxin-picture.oss-cn-beijing.aliyuncs.com/Docker/2.png)
|
||||||
|
|
||||||
文件已经下载到wing docker文档目录
|
文件已经下载到wing docker文档目录
|
||||||
|
|
||||||
|
@ -961,7 +961,7 @@ CMD ["node", "src/index.js"]
|
||||||
浏览器http://localhost:3000
|
浏览器http://localhost:3000
|
||||||
```
|
```
|
||||||
|
|
||||||
![image-20210512150612818](C:\Users\A\Pictures\docker\3.png)
|
![image-20210512150612818](https://oss-wxin-picture.oss-cn-beijing.aliyuncs.com/Docker/3.png)
|
||||||
|
|
||||||
Update the source code
|
Update the source code
|
||||||
|
|
||||||
|
@ -986,7 +986,7 @@ Let’s start a new container using the updated code.
|
||||||
|
|
||||||
查看结果
|
查看结果
|
||||||
|
|
||||||
![image-20210512152020632](C:\Users\A\Pictures\docker\4.png)
|
![image-20210512152020632](https://oss-wxin-picture.oss-cn-beijing.aliyuncs.com/Docker/4.png)
|
||||||
|
|
||||||
### 8、例04-制作Kubectl的镜像
|
### 8、例04-制作Kubectl的镜像
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue