[Linux AlmaLinux OS] Vagrant up AlmaLinux OS 8 on VirtualBox
Vagrant up AlmaLinux OS 8
This article is about to run AlmaLinux OS 8 on VirtualBox with Vagrant.
Prerequisites
Vagrant
Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and makes the “works on my machine” excuse a relic of the past.
Vagrant by HashiCorp - https://www.vagrantup.com/
1 | macOS |
See Downloads | Vagrant by HashiCorp - https://www.vagrantup.com/downloads to learn more.
VirtualBox
VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2. See “About VirtualBox” for an introduction.
Oracle VM VirtualBox - https://www.virtualbox.org/
While Vagrant ships out of the box with support for VirtualBox, Hyper-V, and Docker, Vagrant has the ability to manage other types of machines as well.
In these tutorials, your project was backed with VirtualBox. But Vagrant can work with a wide variety of backend providers, such as VMware, Hyper-V, and more.
1 | macOS |
See Downloads – Oracle VM VirtualBox - https://www.virtualbox.org/wiki/Downloads to learn more.
AlmaLinux OS
AlmaLinux OS is an open-source, community-driven Linux operating system that fills the gap left by the discontinuation of the CentOS Linux stable release. AlmaLinux OS is a 1:1 binary compatible fork of RHEL® guided and built by the community.
AlmaLinux OS Blog - https://almalinux.org/blog/
Usages
Vagrant Init
1 | mkdir -p col-almalinux8 |
Vagrant Up
1 | $ vagrant up |
Vagrant SSH
1 | vagrant ssh |
References
[1] Vagrant by HashiCorp - https://www.vagrantup.com/
[2] almalinux - Vagrant Cloud - https://app.vagrantup.com/almalinux