communitytools-image2docker-win icon indicating copy to clipboard operation
communitytools-image2docker-win copied to clipboard

Results 47 communitytools-image2docker-win issues
Sort by recently updated
recently updated
newest added

The documentation on Docker (https://blog.docker.com/2016/12/convert-asp-net-web-servers-docker-image2docker/) suggests we can pass "SQL Server" as an artifact. I have installed and seems like I can use only IIS. I don't see the other...

bug
P1

To enable the repository to be able to use Appveyor to run the included Pester tests this would have to be added by a member of the Docker Appveyor team...

After installation, running following commands `ConvertTo-Dockerfile -Local -OutputPath c:\docker_repo\iis -Artifact IIS -Verbose ` will generate Dockerfile OS - Windows-2016DC Enabled - Install-WindowsFeature -Name Hyper-V ``` # escape=` FROM microsoft/aspnet:3.5-windowsservercore-10.0.14393.1715 SHELL...

1.8.5 ``` PS C:\share_folder> ConvertTo-Dockerfile -RemotePath \\10.1.10.10\c$ -OutputPath C:\share_folder\i2d\mysite -Artifact IIS Get-ItemProperty : Cannot find path '\\10.1.10.10\c$\windows\system32\hal.dll' because it does not exist. At C:\Program Files\WindowsPowerShell\Modules\Image2Docker\1.8.5\Functions\Public\ConvertTo\ConvertTo-Dockerfile.ps1:136 char:21 + ... $version =...

Where VMs run with many disks attached, we could have the IIS configuration on the `C` drive pointing to apps stored on the `D` drive. Need to be able to...

enhancement
P2

Method "ProcessDirectory" does not handle apps that point to a UNC path .

Receiving the following exception due to missing `$AclBuilder` parameter. Was this omission intentional? An alternative would be a null check prior to use of the var. ```powershell Generate_IIS : You...

``` Generate_IIS : You cannot call a method on a null-valued expression. At C:\Program Files\WindowsPowerShell\Modules\image2docker\1.8.2\Functions\Private\GenerateDockerfile.ps1:34 char:23 + ... ockerfile = & "Generate_$Artifact" -MountPath $MountPath -ManifestPat ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo...

bug
P1

Still having the same issue. I don't know if the fix ever got merged because, I see the problem raised as an issue previously. Below is my -verbose output: VERBOSE:...