github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/cli/winresources/README.md (about) 1 ## Generate `event_messages.bin` 2 3 ```console 4 $ docker run --rm -it -v "$(pwd):/winresources" debian:bullseye bash 5 root@9ad2260f6ebc:/# apt-get update -y && apt-get install -y binutils-mingw-w64-x86-64 6 root@9ad2260f6ebc:/# x86_64-w64-mingw32-windmc -v /winresources/event_messages.mc 7 root@9ad2260f6ebc:/# mv MSG00001.bin /winresources/event_messages.bin 8 ```