- Hands-On DevOps with Vagrant
- Alex Braunton
- 176字
- 2021-07-16 17:43:51
Installing VirtualBox and Vagrant
VirtualBox is a very important piece of software, which we refer to as a provider. Its job is to do the heavy lifting in creating and maintaining virtual machines and environments. Vagrant is essentially a wrapper around a provider (in our case, VirtualBox) and exposes a powerful API that allows you to create and manage virtual machines through code and configuration, such as the Vagrantfile.
Once VirtualBox is installed, we will have very little to do with it. It will sit in the background and await commands from Vagrant to manage virtual machines.
In this chapter, we will start to get our hands dirty with Vagrant. We will look at the following topics:
- Finding the version of your OS
- Finding your CPU architecture
- Installing VirtualBox on Windows, Linux, and macOS
- Installing Vagrant on Windows, Linux, and macOS
- Running Vagrant via the command line/Terminal to see which version of Vagrant you have
By the end of this chapter, you will have a fully working Vagrant and VirtualBox, ready to start creating virtual environments.
- 電腦組裝與系統安裝
- pcDuino開發實戰
- Mastering vRealize Operations Manager(Second Edition)
- Learning Android Intents
- Mastering KVM Virtualization
- Implementing Azure DevOps Solutions
- 嵌入式操作系統(Linux篇)(微課版)
- 奔跑吧 Linux內核(入門篇)
- 嵌入式實時操作系統μC/OS原理與實踐
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- Hands-On UX Design for Developers
- 計算機應用基礎(Windows 7+Office 2016)
- iOS 10 開發指南
- bash shell腳本編程經典實例(第2版)