- 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.
- Kubernetes修煉手冊
- 發布!設計與部署穩定的分布式系統(第2版)
- 混沌工程:復雜系統韌性實現之道
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- 嵌入式系統及其應用(第三版)
- Application Development in iOS 7
- Linux命令行大全(第2版)
- Cassandra 3.x High Availability(Second Edition)
- μC/OS-III內核實現與應用開發實戰指南:基于STM32
- 統信UOS應用開發進階教程
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- Raspberry Pi入門指南
- CSS揭秘
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- 辦公自動化教程(Windows7+Office2010)