VagrantPackageSettingsExtensions.

UseBaseImage(VagrantPackageSettings, string) Method

Summary

Sets the base image to use when packaging the machine

Syntax

public static VagrantPackageSettings UseBaseImage(this VagrantPackageSettings settings, string id)

Parameters

Name Type Description
settings VagrantPackageSettings The settings
id string VM name or UUID

Return Value

Type Description
VagrantPackageSettings The updated settings object