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

2021年03月的文章

杂项

查看Docker镜像Dockefile

mlkui阅读(1763)评论(0)

无法直接查看Docker镜像的Dockefile,但是可以利用[crayon-66a4a6905e922721766037-i/]命令: [crayon-66a4a6905e928132710612/] 例如: [crayon-66a4a6...

杂项

Kubernetes中的几个port

mlkui阅读(2189)评论(0)

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

杂项

Docker端口映射

mlkui阅读(1423)评论(0)

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