DockerInstall.psd1

@{
RootModule = 'DockerInstall.psm1'
DscResourcesToExport = @('DockerInstall')

# Version number of this module.
ModuleVersion = '0.0.2'

# ID used to uniquely identify this module
GUID = '555156df-17ff-4302-a4a7-87b64667eb71'

# Author of this module
Author = 'Cornelius Schuchardt'

# Company or vendor of this module
CompanyName = 'Bright Skies GmbH'

# Copyright statement for this module
Copyright = '(c) 2020 Cornelius Schuchardt. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Powershell DSC Resource to install Docker for Windows on Windows Server'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''
}