- 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.
推薦閱讀
- Mastering Ext JS(Second Edition)
- 軟件項目管理(第2版)
- 垃圾回收的算法與實現(xiàn)
- Learning Selenium Testing Tools with Python
- C語言程序設(shè)計教程(第2版)
- Learn Swift by Building Applications
- Windows Forensics Cookbook
- WordPress 4.0 Site Blueprints(Second Edition)
- Android傳感器開發(fā)與智能設(shè)備案例實戰(zhàn)
- Data Science Algorithms in a Week
- 大數(shù)據(jù)時代的企業(yè)升級之道(全3冊)
- 深度學(xué)習(xí)入門:基于Python的理論與實現(xiàn)
- Python網(wǎng)絡(luò)爬蟲實例教程(視頻講解版)
- Python Social Media Analytics
- Mastering ASP.NET Core 2.0