QEMU-based Docker image for Minix 3, based on the official CD-ROM ISO image installation from the Minix website.
QEMU will use KVM acceleration, if your hardware supports it, and you're running the container in privileged mode.
Available at Docker hub as madworx/minix.
$ docker run --rm -it madworx/minix uname -a
Minix 192.168.76.9 3.3.0 Minix 3.3.0 (GENERIC) i386
$ docker run --rm -d --name minix madworx/minix
$ docker exec -it minix ssh localhost
For post-installation usage tips such as installing binary
packages, please see:
http://wiki.minix3.org/UsersGuide/PostInstallation
For more information on how to use MINIX 3, see the wiki:
http://wiki.minix3.org
We'd like your feedback: http://minix3.org/community/
#
Source code is hosted on github.
All and any contributions are welcome in form of pull requests.
Martin Kjellstrand martin.kjellstrand@madworx.se