id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3701	MC crashes inside Docker container on Windows	Der_Meister		"Steps to reproduce:
1. Install Windows Containers and Docker.
https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10

2. Save following code block to Dockerfile:

{{{
# escape=`

FROM microsoft/windowsservercore
SHELL [""powershell""]

RUN $env:chocolateyUseWindowsCompression = 'false'; `
    iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex

RUN cinst mc -y

CMD C:\Program` Files` `(x86`)\Midnight` Commander\mc.exe

}}}

3. Build image.

{{{
docker build -t mctest .
}}}

4. Run the image:

{{{
docker run -it --rm mctest
}}}

Actual result:

{{{
Assertion Failed: vio.whandle, function vio_profile, file w32_slang.c, line 574.
ABNORMAL TERMINATION
}}}

Expected result:
MC starts normally.

Version info:

{{{
GNU Midnight Commander 4.8.14
Built with GLib 2.28.8
Using the S-Lang library with terminfo database
With builtin Editor
With mouse support on xterm
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs
Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 32;
}}}
"	defect	closed	major		mc-core	4.8.14	invalid	windows docker				no branch	
