Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 314 Bytes

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