大道至简,知易行难
广阔天地,大有作为

2021年03月的文章

杂项

查看Docker镜像Dockefile

mlkui阅读(3601)评论(0)

无法直接查看Docker镜像的Dockefile,但是可以利用[crayon-69d65dace3499784539637-i/]命令: [crayon-69d65dace34a0751236249/] 例如: [crayon-69d65d...

杂项

Kubernetes中的几个port

mlkui阅读(4021)评论(0)

Kubernetes中有几个port容易混淆。 一、Deployment的containerPort 首先是最常见containerPort,以官网文档https://kubernetes.io/docs/concepts/services...

杂项

Docker端口映射

mlkui阅读(3102)评论(0)

Command Function EXPOSE Document where a service is available, but not create any mapping to the host. The EXPOSE instru...