- 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.
- Learning PostgreSQL
- Learn WebAssembly
- Functional Kotlin
- 從零開始學C語言
- HTML5秘籍(第2版)
- JavaScript機器人編程指南
- 超好玩的Scratch 3.5少兒編程
- Mastering Leap Motion
- PHP Microservices
- Learning WordPress REST API
- Java語言程序設計實用教程(第2版)
- Android開發權威指南(第二版)
- C++從零開始學(視頻教學版)(第2版)
- C++ Data Structures and Algorithm Design Principles
- Serverless從入門到進階:架構、原理與實踐