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)
- Host: GitHub
- URL: https://github.com/estherslabbert/vagrant_intro
- Owner: EstherSlabbert
- Created: 2023-05-10T13:04:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T09:12:36.000Z (over 2 years ago)
- Last Synced: 2025-04-06T00:17:55.736Z (8 months ago)
- Topics: automation, bash, linux, nginx, nginx-reverse-proxy, vagrant, vagrantfile, virtualization
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.