madworx / docker-minix

QEMU-based Docker image for Minix 3, based on the official CD-ROM ISO image installation from the Minix website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

docker-minix

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.

Usage

Run a specific command in MINIX

$ docker run --rm -it madworx/minix uname -a
Minix 192.168.76.9 3.3.0 Minix 3.3.0 (GENERIC) i386

Start in background, connect via ssh

$ 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

Source code is hosted on github.

Contributions

All and any contributions are welcome in form of pull requests.

Author

Martin Kjellstrand martin.kjellstrand@madworx.se

About

QEMU-based Docker image for Minix 3, based on the official CD-ROM ISO image installation from the Minix website


Languages

Language:Shell 37.8%Language:Perl 32.4%Language:Dockerfile 15.5%Language:Tcl 7.4%Language:Makefile 6.8%