- Hands-On DevOps with Vagrant
- Alex Braunton
- 97字
- 2021-07-16 17:43:46
Preface
Vagrant is an open source tool that allows you to programatically create and manage virtual environments. Vagrant's main focus is on creating development environments that can be shared between teams all over the world. It removes the "works fine on my machine" problem and allows anyone with the Vagrantfile configuration to create an exact copy of the original machine.
Vagrant was created and is maintained by Mitchell Hashimoto and HashiCorp with a continuous stream of support and updates. It's a piece of software that has been going from strength to strength since its creation in 2010.
推薦閱讀
- Learning OpenDaylight
- Linux系統架構與運維實戰
- Extending Puppet
- Windows Phone 7.5 Data Cookbook
- 嵌入式Linux驅動程序和系統開發實例精講
- Linux操作系統應用編程
- 混沌工程實戰:手把手教你實現系統穩定性
- Instant Optimizing Embedded Systems using Busybox
- Django Project Blueprints
- OpenSolaris設備驅動原理與開發
- Python UNIX和Linux系統管理指南
- Linux應用大全 基礎與管理
- Learn OpenShift
- Gradle Effective Implementations Guide(Second Edition)
- Mastering Spring Cloud