- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 245字
- 2021-07-02 21:54:43
Docker
Container technology is one of the fastest growing technologies today, and Docker leads this segment. Docker is an open source project and it was launched in 2013. 10,000 developers tried it after its interactive tutorial launched in August 2013. It was downloaded 2.75 million times by the time of the launch of its 1.0 release in June 2013. Many large companies have signed the partnership agreement with Docker, such as Microsoft, Red Hat, HP, OpenStack, and service providers such as Amazon Web Services, IBM, and Google.
As we mentioned earlier, Docker also makes use of the Linux kernel features, such as cgroups and namespaces, to ensure resource isolation and packaging of the application with its dependencies. This packaging of dependencies enables an application to run as expected across different Linux operating systems/distributions, supporting a level of portability. Furthermore, this portability allows developers to develop an application in any language and then easily deploy it from a laptop to a test or production server.
Docker runs natively on Linux. However, you can also run Docker on Windows and MacOS using VirtualBox and boot2docker.
Containers are comprised of just the application and its dependencies including the basic operating system. This makes it lightweight and efficient in terms of resource utilization. Developers and system administrators get interested in container's portability and efficient resource utilization.
Everything in a Docker container executes natively on the host and uses the host kernel directly. Each container has its own user namespace.
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- 程序設計與實踐(VB.NET)
- FreeSWITCH 1.8
- SpringMVC+MyBatis快速開發與項目實戰
- 征服RIA
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- 網絡爬蟲原理與實踐:基于C#語言
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- ServiceNow:Building Powerful Workflows
- Python趣味編程與精彩實例
- INSTANT LESS CSS Preprocessor How-to
- Unity 3D UI Essentials
- Learning Zimbra Server Essentials
- PHP從入門到精通(第7版)
- C#開發之道