- Hands-On DevOps with Vagrant
- Alex Braunton
- 67字
- 2021-07-16 17:43:49
Vagrantfile
A Vagrantfile is a configuration file that uses the Ruby programming language syntax. It is easy to understand and can be quickly tested by making a change and then running the vagrant up command to see whether the expected results happen. A Vagrantfile can easily be shared and added into version control. It's lightweight and contains everything needed for another user to replicate your virtual environment/application.
推薦閱讀
- 電腦組裝與系統安裝
- Linux系統文件安全實戰全攻略
- 發布!設計與部署穩定的分布式系統(第2版)
- Linux內核完全注釋(20周年版·第2版)
- 精通Linux內核開發
- 精解Windows 8
- 嵌入式操作系統(Linux篇)(微課版)
- 嵌入式實時操作系統:RT-Thread設計與實現
- Mastering Reactive JavaScript
- 云原生落地:產品、架構與商業模式
- Introduction to R for Quantitative Finance
- 鴻蒙操作系統設計原理與架構
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- 大規模Linux集群架構最佳實踐:如何管理上千臺服務器
- Windows Azure實戰