Skip to content

Instantly share code, notes, and snippets.

View northern's full-sized avatar

Luke Schreur northern

  • Sydney, Australia
View GitHub Profile
==> default: Importing base box 'debian/jessie64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'debian/jessie64' is up to date...
==> default: Setting the name of the VM: mybox_default_1463619057832_1459
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 80 (guest) => 8000 (host) (adapter 1)
public function initialize( array $config )
{
$this->services = Arr::get( $config, 'services' );
}