- Learning Windows Server Containers
- Srikanth Machiraju
- 227字
- 2021-07-02 23:23:20
Docker's success stories
Docker made enterprises life easy, applications can now be contained and easily shipped across hosts and distributed with less friction between teams. Docker Hub today offers 450,000 images publicly available for reuse. A few of the famous ones are ngnix web server, Ubuntu, Redis, swarm, MySQL, and so on. Each one is downloaded by more than 10 million users. Docker Engine has been downloaded 4 billion times so far and still growing. Docker has enormous community support with 2,900 community contributors and 250 meet up groups. Docker is now available on Windows and Macintosh. Microsoft officially supports Docker through its public cloud platform Azure.
eBay, a major e-commerce giant, uses Docker to run their same day delivery business. eBay uses Docker in their continuous integration (CI) process. Containerized applications can be easily moved from a developer's laptop to test and then production machines seamlessly. Docker also enables the application to run alike on developer machines and also on production instances.
ING, a global finance services organization, faced nightmares with constant changes required to its monolithic applications built using legacy technologies. Implementing each change involved a laborious process of going through 68 documents to move a change to production. ING integrated Docker into its continuous delivery platform, which provided more automation capabilities for test and deployment, optimized utilization, reduced hardware costs, and saved time.
- Linux系統文件安全實戰全攻略
- Extending Bootstrap
- Windows Server 2019 Administration Fundamentals
- Mobile First Design with HTML5 and CSS3
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- NetDevOps入門與實踐
- 跟老男孩學Linux運維:Shell編程實戰
- 從實踐中學習Windows滲透測試
- Heroku Cloud Application Development
- Web Penetration Testing with Kali Linux(Third Edition)
- VMware vSphere 5.1 Cookbook
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- Mastering Eclipse Plug-in Development
- Hadoop Operations and Cluster Management Cookbook
- Linux指令從初學到精通