Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdacasserole/ubuntu-bionic-box
Plain Vagrant box with Ubuntu 18.04 Bionic Beaver with desktop system installed.
https://github.com/lambdacasserole/ubuntu-bionic-box
ubuntu ubuntu-bionic vagrant vagrant-box vagrantfile virtual-machine virtualbox
Last synced: 18 days ago
JSON representation
Plain Vagrant box with Ubuntu 18.04 Bionic Beaver with desktop system installed.
- Host: GitHub
- URL: https://github.com/lambdacasserole/ubuntu-bionic-box
- Owner: lambdacasserole
- License: unlicense
- Created: 2019-04-08T13:42:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T20:17:33.000Z (over 5 years ago)
- Last Synced: 2024-11-01T09:28:14.555Z (2 months ago)
- Topics: ubuntu, ubuntu-bionic, vagrant, vagrant-box, vagrantfile, virtual-machine, virtualbox
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vagrant Box (Ubuntu 18.04 Bionic Beaver)
Plain Vagrant box with Ubuntu 18.04 Bionic Beaver with desktop system installed.## Prerequisites
You'll need [Oracle VM VirtualBox](https://www.virtualbox.org/wiki/Downloads) installed as well as [Vagrant](https://www.vagrantup.com/downloads.html).### Plugins
You'll need the `vagrant-reload` plugin because the box needs a restart after provisioning. Install it like this:```bash
vagrant plugin install vagrant-reload
```## Setup
Like any Vagrant box, run:```bash
vagrant up
```From there, use:
```bash
vagrant ssh
```To access the box over SSH.
## Details
The box is running Ubuntu "Bionic Beaver" 18.04 LTS (Desktop) with:* Gnome 3 Desktop
* VirtualBox Guest Additions 6.0.4