Though adding a WORKDIR /docker_stuff line to the Dockerfile before ENTRYPOINT is probably best. And if you need specific outputs or to store files somewhere you can mount volumes onto the docker with -v, for example:ĭocker run -v path_to_my_stuff:/docker_stuff image_name, Make a folder for what is needed to run your binary, and in your Dockerfile: FROM centosĭocker run image_name as if it were the binary itself. Use Docker Desktop for Mac.ĭocker pull centos:latest # 73MB CentOS docker image CrossOver for Mac, Linux and Chrome OS easily opens and installs thousands of Windows programs. Noah does not allow the binaries to execute properly for me.