Image2Docker
1.7.2
Performs inspection of artifacts in a valid Windows Server 2012 or Windows Server 2012 R2 WIM or VHDX image and emit a Dockerfile to build the image with.
This PowerShell module requires Windows Server 2012 with PowerShell 5.0, or later, as it has a dependency on the ServerManager PowerShell module.
This module can also be used on Windows 10, as long as the Windows
This PowerShell module requires Windows Server 2012 with PowerShell 5.0, or later, as it has a dependency on the ServerManager PowerShell module.
This module can also be used on Windows 10, as long as the Windows
Performs inspection of artifacts in a valid Windows Server 2012 or Windows Server 2012 R2 WIM or VHDX image and emit a Dockerfile to build the image with.
This PowerShell module requires Windows Server 2012 with PowerShell 5.0, or later, as it has a dependency on the ServerManager PowerShell module.
This module can also be used on Windows 10, as long as the Windows Server 2016 Remote Server Administration Tools (RSAT) are installed, and the ServerManager PowerShell module is present.
Show more
This PowerShell module requires Windows Server 2012 with PowerShell 5.0, or later, as it has a dependency on the ServerManager PowerShell module.
This module can also be used on Windows 10, as long as the Windows Server 2016 Remote Server Administration Tools (RSAT) are installed, and the ServerManager PowerShell module is present.
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
(c) 2016 Docker Inc. All rights reserved.
Package Details
Author(s)
- Docker
Tags
Docker Migration Dockerfile VHD VM IIS ASP.NET
Functions
Get-WindowsArtifact ConvertTo-Dockerfile Clear-JunctionLink
Dependencies
This module has no dependencies.
FileList
- Image2Docker.nuspec
- appveyor.yml
- CONTRIBUTING.md
- Image2Docker.psd1
- Image2Docker.psm1
- README.rst
- Completers\Artifacts.Completion.ps1
- Functions\Private\DiscoverArtifacts.ps1
- Functions\Private\GenerateDockerfile.ps1
- Functions\Private\GenerateOutputFolder.ps1
- Functions\Private\GetImageType.ps1
- Functions\Private\MountImage.ps1
- Functions\Private\Artifacts\AddRemovePrograms\Discover_AddRemovePrograms.ps1
- Functions\Private\Artifacts\AddRemovePrograms\Generate_AddRemovePrograms.ps1
- Functions\Private\Artifacts\AddRemovePrograms\Tests\Discover_AddRemovePrograms.Functional.Tests.ps1
- Functions\Private\Artifacts\AddRemovePrograms\Tests\Discover_AddRemovePrograms.Tests.ps1
- Functions\Private\Artifacts\AddRemovePrograms\Tests\Generate_AddRemovePrograms.Functional.Tests.ps1
- Functions\Private\Artifacts\AddRemovePrograms\Tests\Generate_AddRemovePrograms.Tests.ps1
- Functions\Private\Artifacts\AllWindowsFeatures\DefaultFeatures.txt
- Functions\Private\Artifacts\AllWindowsFeatures\Discover_AllWindowsFeatures.ps1
- Functions\Private\Artifacts\AllWindowsFeatures\Generate_AllWindowsFeatures.ps1
- Functions\Private\Artifacts\AllWindowsFeatures\Tests\Discover_AllWindowsFeatures.Functional.Tests.ps1
- Functions\Private\Artifacts\AllWindowsFeatures\Tests\Discover_AllWindowsFeatures.Tests.ps1
- Functions\Private\Artifacts\AllWindowsFeatures\Tests\Generate_AllWindowsFeatures.Functional.Tests.ps1
- Functions\Private\Artifacts\AllWindowsFeatures\Tests\Generate_AllWindowsFeatures.Tests.ps1
- Functions\Private\Artifacts\Apache\Discover_Apache.ps1
- Functions\Private\Artifacts\Apache\Generate_Apache.ps1
- Functions\Private\Artifacts\Apache\Tests\Discover_Apache.Functional.Tests.ps1
- Functions\Private\Artifacts\Apache\Tests\Discover_Apache.Tests.ps1
- Functions\Private\Artifacts\Apache\Tests\Generate_Apache.Functional.Tests.ps1
- Functions\Private\Artifacts\Apache\Tests\Generate_Apache.Tests.ps1
- Functions\Private\Artifacts\DHCPServer\Discover_DHCPServer.ps1
- Functions\Private\Artifacts\DHCPServer\Generate_DHCPServer.ps1
- Functions\Private\Artifacts\DHCPServer\Tests\Discover_DHCPServer.Functional.Tests.ps1
- Functions\Private\Artifacts\DHCPServer\Tests\Discover_DHCPServer.Tests.ps1
- Functions\Private\Artifacts\DHCPServer\Tests\Generate_DHCPServer.Functional.Tests.ps1
- Functions\Private\Artifacts\DHCPServer\Tests\Generate_DHCPServer.Tests.ps1
- Functions\Private\Artifacts\DNSServer\Discover_DNSServer.ps1
- Functions\Private\Artifacts\DNSServer\Generate_DNSServer.ps1
- Functions\Private\Artifacts\DNSServer\Tests\Discover_DNSServer.Functional.Tests.ps1
- Functions\Private\Artifacts\DNSServer\Tests\Discover_DNSServer.Tests.ps1
- Functions\Private\Artifacts\DNSServer\Tests\Generate_DNSServer.Functional.Tests.ps1
- Functions\Private\Artifacts\DNSServer\Tests\Generate_DNSServer.Tests.ps1
- Functions\Private\Artifacts\IIS\DefaultHandlers.xml
- Functions\Private\Artifacts\IIS\Discover_IIS.ps1
- Functions\Private\Artifacts\IIS\Generate_IIS.ps1
- Functions\Private\Artifacts\IIS\Tests\Discover_IIS.Functional.Tests.ps1
- Functions\Private\Artifacts\IIS\Tests\Discover_IIS.Tests.ps1
- Functions\Private\Artifacts\IIS\Tests\Generate_IIS.Functional.Tests.ps1
- Functions\Private\Artifacts\IIS\Tests\Generate_IIS.Tests.ps1
- Functions\Private\Artifacts\MSMQ\Discover_MSMQ.ps1
- Functions\Private\Artifacts\MSMQ\Generate_MSMQ.ps1
- Functions\Private\Artifacts\MSMQ\Tests\Discover_MSMQ.Functional.Tests.ps1
- Functions\Private\Artifacts\MSMQ\Tests\Discover_MSMQ.Tests.ps1
- Functions\Private\Artifacts\MSMQ\Tests\Generate_MSMQ.Functional.Tests.ps1
- Functions\Private\Artifacts\MSMQ\Tests\Generate_MSMQ.Tests.ps1
- Functions\Private\Artifacts\SQLServer\Discover_SQLServer.ps1
- Functions\Private\Artifacts\SQLServer\Generate_SQLServer.ps1
- Functions\Private\Artifacts\SQLServer\Tests\Discover_SqlServer.Functional.Tests.ps1
- Functions\Private\Artifacts\SQLServer\Tests\Discover_SqlServer.Tests.ps1
- Functions\Private\Artifacts\SQLServer\Tests\Generate_SQLServer.Functional.Tests.ps1
- Functions\Private\Artifacts\SQLServer\Tests\Generate_SQLServer.Tests.ps1
- Functions\Private\Tests\DiscoverArtifacts.Functional.Tests.ps1
- Functions\Private\Tests\DiscoverArtifacts.Tests.ps1
- Functions\Private\Tests\GenerateDockerfile.Functional.Tests.ps1
- Functions\Private\Tests\GenerateDockerfile.Tests.ps1
- Functions\Private\Tests\GenerateOutputFolder.Functional.Tests.ps1
- Functions\Private\Tests\GenerateOutputFolder.Tests.ps1
- Functions\Private\Tests\GetImageType.Functional.Tests.ps1
- Functions\Private\Tests\GetImageType.Tests.ps1
- Functions\Private\Tests\MountImage.Functional.Tests.ps1
- Functions\Private\Tests\MountImage.Tests.ps1
- Functions\Public\Clear\Clear-JunctionLink.ps1
- Functions\Public\Clear\Tests\Clear-JunctionLink.Functional.Tests.ps1
- Functions\Public\Clear\Tests\Clear-JunctionLink.Tests.ps1
- Functions\Public\ConvertTo\ConvertTo-Dockerfile.ps1
- Functions\Public\ConvertTo\Tests\ConvertTo-Dockerfile.Functional.Tests.ps1
- Functions\Public\ConvertTo\Tests\ConvertTo-Dockerfile.Tests.ps1
- Functions\Public\Get\Get-WindowsArtifact.ps1
- Functions\Public\Get\Tests\Get-WindowsArtifact.Functional.Tests.ps1
- Functions\Public\Get\Tests\Get-WindowsArtifact.Tests.ps1
- Resources\Dockerfile-template
- Tests\DemoScript.ps1
- Tests\Image2Docker.tests.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.8.5 | 15,528 | 9/26/2017 |
1.8.4 | 212 | 9/7/2017 |
1.8.3 | 464 | 7/12/2017 |
1.8.2 | 756 | 5/3/2017 |
1.8.1 | 184 | 4/12/2017 |
1.8.0 | 219 | 2/17/2017 |
1.7.4 | 198 | 1/5/2017 |
1.7.3 | 43 | 12/28/2016 |
1.7.2 (current version) | 147 | 12/13/2016 |
1.7.1 | 28 | 12/9/2016 |
1.7 | 32 | 12/8/2016 |
1.5 | 175 | 10/27/2016 |
1.4 | 22 | 10/26/2016 |
1.2 | 134 | 9/26/2016 |
1.1 | 23 | 9/24/2016 |
1.0 | 27 | 9/20/2016 |