dockerizing a wine application

The monokrome/docker-wine image is based on Ubuntu and should work.

Dockerfile :

FROM monokrome/wine
ADD ./App.exe /

Note that I've tested it with 64bit executables, not 32bits.