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

2021年03月的文章

杂项

查看Docker镜像Dockefile

mlkui阅读(2161)评论(0)

无法直接查看Docker镜像的Dockefile,但是可以利用[crayon-67698ed5ef94e264902444-i/]命令: [crayon-67698ed5ef954759364924/] 例如: [crayon-67698e...

杂项

Kubernetes中的几个port

mlkui阅读(2574)评论(0)

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

杂项

Docker端口映射

mlkui阅读(1844)评论(0)

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