https://github.com/fyndiq/vagrant-debian8
Vagrant Debian 8.x Box
https://github.com/fyndiq/vagrant-debian8
debian packer vagrant virtualbox
Last synced: 3 months ago
JSON representation
Vagrant Debian 8.x Box
- Host: GitHub
- URL: https://github.com/fyndiq/vagrant-debian8
- Owner: fyndiq
- License: other
- Created: 2016-05-23T15:23:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T09:00:29.000Z (about 9 years ago)
- Last Synced: 2024-12-31T14:43:19.382Z (5 months ago)
- Topics: debian, packer, vagrant, virtualbox
- Language: Shell
- Size: 10.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Debian 8.x VirtualBox image for Vagrant
Debian 8.x [Packer](https://packer.io) template that creates a [Vagrant](https://vagrantup.com) base box for [VirtualBox](https://www.virtualbox.org).
It is created according to the vagrant [base box guidelines](https://www.vagrantup.com/docs/boxes/base.html).The final build can be downloaded from Atlas: [fyndiq/jessie64](https://atlas.hashicorp.com/fyndiq/boxes/jessie64/)
#### Usage
To use the box, just run:vagrant init fyndiq/jessie64
vagrant up#### Building the box
To build the box yourself, you'll need to have the following installed:* [VirtualBox](https://www.virtualbox.org/) 5.0
* [Vagrant](https://www.vagrantup.com/) 1.9
* [Packer](https://packer.io/) 0.10Then you can start start the build with:
make
See the [README in the packer directory](packer/README.md) for more detailed information about the build process.