An open API service indexing awesome lists of open source software.

https://github.com/estherslabbert/vagrant_intro

Vagrant introduction (Virtual Machines and Nginx)
https://github.com/estherslabbert/vagrant_intro

automation bash linux nginx nginx-reverse-proxy vagrant vagrantfile virtualization

Last synced: about 2 months ago
JSON representation

Vagrant introduction (Virtual Machines and Nginx)

Awesome Lists containing this project

README

          

# Virtualisation

Virtualization creates a simulated, or virtual, computing environment as opposed to a physical environment.

Virtualization is a process that allows for more efficient utilization of physical computer hardware and is the foundation of cloud computing.

[IBM - What is virtualisation?](https://www.ibm.com/topics/virtualization)

## Vagrant introduction (Virtual Machines and Nginx)

This repository contains markdown files (and images associated) outlining an introduction to Virtual Machines (VM) created with Vagrant and VirtualBox. Additionally, it has information on deploying a basic html server using Nginx.

It also includes some basic information and commands for Linux/Bash, which is the OS (operating system) that the VM has been set to run on.