GithubHelp home page GithubHelp logo

solaris-box's Introduction

Solaris Box

This project builds a Vagrant box of Solaris. The code is based on this blog post, but the boot_command has been updated to work with Solaris 11.4. If you don't want to build the box yourself, you can grab the pre-built version from Vagrant Cloud.

Building

Download sol-11_4-vbox.ova from Oracle VM Templates. To build the box:

packer build -force -only=virtualbox-ovf box.json

To register the box with your local Vagrant installation:

vagrant box add build/solaris11.box --name solaris11

To upload the box to Vagrant Cloud:

vagrant cloud publish MartijnDwars/solaris11_4 1.0.0 virtualbox build/solaris11.box

Usage

Run vagrant init solaris11 or manually create a Vagrantfile containing:

Vagrant.configure("2") do |config|
  config.vm.box = "solaris11"
end

Internals

VirtualBox Guest Additions

The image comes with Guest Additions version 5.1.38.

Users

Username Password Root?
vagrant123 vagrant123 yes
vagrant 1vagrant no

The vagrant user has passwordless sudo functionality, which is required for the provisioners.

Keys

The default (insecure) vagrant key is installed for the vagrant user.

solaris-box's People

Contributors

martijndwars avatar

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.