- 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.
推薦閱讀
- JBoss Weld CDI for Java Platform
- Visual C++程序設計教程
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 零基礎學C++程序設計
- Android開發(fā)精要
- Vue.js前端開發(fā)基礎與項目實戰(zhàn)
- Spring Cloud、Nginx高并發(fā)核心編程
- Python程序設計案例教程
- 軟件項目管理實用教程
- Mastering Xamarin.Forms(Second Edition)
- Microsoft Azure Storage Essentials
- Mastering Python Design Patterns
- ArcGIS for Desktop Cookbook
- Julia 1.0 Programming Complete Reference Guide
- Android系統(tǒng)下Java編程詳解