Class: Easy

Easy

Easy

Constructor

new Easy(machineNameopt)

Parameters:
Name Type Attributes Default Description
machineName string <optional>
default Name of the docker machine to connect to
Source:

Methods

containerEnd(containerNameopt) → {promise}

Fast container teardown
Parameters:
Name Type Attributes Description
containerName <optional>
Name of the container
Source:
Returns:
Bluebird Promise
Type
promise

containerGo(image, containerName, hostConfigopt) → {promise}

Fast container setup
Parameters:
Name Type Attributes Description
image string
containerName string
hostConfig object <optional>
Source:
Returns:
Bluebird Promise
Type
promise

machineGo(ipAddressIdentifieropt) → {promise}

Fast machine setup
Parameters:
Name Type Attributes Default Description
ipAddressIdentifier string <optional>
machineName IP address identifier for the global.dockerMachineIP map
Source:
Returns:
Bluebird Promise
Type
promise

showVnc(ipAddressIdentifieropt) → {promise}

Opens a VNC window
Parameters:
Name Type Attributes Description
ipAddressIdentifier <optional>
Source:
Returns:
Bluebird Promise
Type
promise