GalaxyForce / 2020DevOps

0 stars 0 forks source link

Containers #16

Open GalaxyForce opened 4 years ago

GalaxyForce commented 4 years ago

Container


容器技术

一些读过的文章和书


dockerize

GalaxyForce commented 4 years ago

Kubernetes


GalaxyForce commented 4 years ago

Q&A

Docker 实践过程中遇到的一些问题及处理方案


Docker 启动 gogs/gitea 后容器内 22 端口共享宿主机的 22 端口

https://docs.gitea.io/en-us/install-with-docker/#ssh-container-passthrough

大致思路: 1.通过 ssh 转发对宿主机 22 端口指定 git 用户的访问到容器映射的端口 2.宿主机创建 git 用户,git 用户的 .ssh 映射到容器内实现 ssh key 的共用

20200605 参考另一篇测试失败,端口未转发成功。

GalaxyForce commented 4 years ago

Docker Image

调整Docker 镜像大小, 参考官方的 Dockerfile 最佳实践和一些技术博客的实践

GalaxyForce commented 4 years ago

Kubernetes 搭建

一些有意思的 Kubernetes 实践