docker
-
docker 容器开启ssh服务
使用docker启动centos7 docker run -itd –privileged=true –name=ssh -p 2022:22 centos:centos7 b…
-
使用nginx进行http以及socket端口转发(快速提高docker开发效率)
nginx可以转发http以及socket端口。该功能在使用docker进行开发测试时是非常有用的。 我们在使用docker时如果启动的时候忘记做端口映射,那么就可以通过配置ngi…
-
微服务和K8s集成探索实践
高速下载链接 https://obs-githubhelper.obs.cn-east-3.myhuaweicloud.com/resources/books/%E8%B5%84%…