- Drupal 8 Blueprints
- Alex Burrows
- 87字
- 2021-07-03 00:03:22
Docker
This again allows you to create and define what your development environment will have, but it uses a thing called containers to achieve this (https://www.docker.com).
Using containers, everything required to make a piece of software run is packaged into isolated containers. Unlike VMs, containers do not bundle a full operating system; only libraries and settings required to make the software work are needed. This makes for efficient, lightweight, self-contained systems and guarantees that the software will always run the same, regardless of where it's deployed.
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- Node.js Design Patterns
- Learning RabbitMQ
- Spring Boot+Spring Cloud+Vue+Element項目實戰(zhàn):手把手教你開發(fā)權限管理系統
- 老“碼”識途
- Swift細致入門與最佳實踐
- 大數據分析與應用實戰(zhàn):統計機器學習之數據導向編程
- Mastering ROS for Robotics Programming
- Mastering Business Intelligence with MicroStrategy
- Mastering PowerCLI
- JavaEE架構與程序設計
- Java Web入門很輕松(微課超值版)
- 鋁合金陽極氧化與表面處理技術(第三版)
- Flutter for Beginners
- Java算法從菜鳥到達人