请问你们是怎么把docker应用在实际项目中的呢
伊谢尔伦
伊谢尔伦 2017-04-21 11:15:56
0
3
589

请问你们是怎么把docker应用在实际项目中的呢,如果有二十台云服务器的话,每台服务器上运行一个或者若干docker,docker里面有web应用,如果应用更新的话,怎么推送到这二十台服务器呢

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(3)
迷茫

The web application is on GitHub and automatically deployed using Jenkins. After updating on github, Jenkins starts, pulls the code to the docker image, then pushes it to docker hub, then pulls the new image on twenty machines, then starts the new container and closes the old container.

This is the deployment method of web application. If docker is a database, it is another matter.

巴扎黑

Typical application scenarios of Docker https://blog.nicescale.com/docker-use-cases/ You can learn about csphere https://csphere.cn/

Ty80

Docker is usually used in the following scenarios:
 Automated packaging and release of web applications;
 Automated testing, continuous integration, and release;
 Deployment and adjustment of databases or other back-end applications in service-based environments;
 Compile from scratch or Extend existing OpenShift or Cloud Foundry platforms to build your own PaaS environment.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template