GithubHelp home page GithubHelp logo

packer-debian_stable's Introduction

Debian 8.0 Jessie Packer template

This template builds a VirtualBox image based on Debian Jessie 8.0. The VM is configured to use 512 MB of RAM and 1 CPU. Those settings, as many others, can be changed in the debian-8.0-jessie.json file.

Usage

  1. Be sure you have Packer and VirtualBox installed in your system.
  2. Clone this repository and go into it.
  3. Run Packer to build the VM.
    • packer build debian-8.0-jessie.json

A VM box file should be created in the working directory under the name packer_virtualbox-iso_virtualbox.box.

Running the built VM

You can now use Vagrant to run it by creating a Vagrantfile with this content:

# -*- mode: ruby -*-
# vi: set ft=ruby :

VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
  config.vm.box = "debian-8.0"
  config.vm.box_url = "file://packer_virtualbox-iso_virtualbox.box"
end

And leverage and access the VM as usual with Vagrant: vagrant up vagrant ssh

Credits

Based on the nice template written by Tech-Angels.

packer-debian_stable's People

Contributors

jose-lpa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

packer-debian_stable's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.