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. Grab the source code for the latest releases and compile it yourself Detailed compilation instructions can be found in the wiki for Linux, Win32 and macOS. Builds of SheepShaver are available for Mac OS X, Windows and Linux. Using SheepShaver (along with the appropriate ROM image) it is possible to emulate a PowerPC Macintosh computer capable of running Mac OS 7.5.2 through 9.0.4.
Use Docker Desktop for Mac.ĭocker pull centos:latest # 73MB CentOS docker image SheepShaver is an open source PowerPC Apple Macintosh emulator. This emulator was established by involving Javascript and it is somewhat limited concerning its operations. Noah does not allow the binaries to execute properly for me. If you wish to operate a Mac computer which is many years old, then you could have a look at the project by Felix Rieseberg within which, he established an emulator that enables you to operate Mac OS on macOS, Linux or Windows computer.