Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

msys2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

MSYS2

A small Docker image to investigate msys2/MSYS2-packages#1490

docker build -t msys2 .

Run it

docker run msys2 C:/msys64/usr/bin/bash.exe --help

Reproduce the "no output" problem with -it flag

docker run -it msys2 C:/msys64/usr/bin/bash.exe --help