项目作者: madworx

项目描述 :
QEMU-based Docker image for Minix 3, based on the official CD-ROM ISO image installation from the Minix website
高级语言: Shell
项目地址: git://github.com/madworx/docker-minix.git
创建时间: 2018-07-09T14:14:56Z
项目社区:https://github.com/madworx/docker-minix

开源协议:

下载


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

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

Start in background, connect via ssh

  1. $ docker run --rm -d --name minix madworx/minix
  2. $ docker exec -it minix ssh localhost
  3. For post-installation usage tips such as installing binary
  4. packages, please see:
  5. http://wiki.minix3.org/UsersGuide/PostInstallation
  6. For more information on how to use MINIX 3, see the wiki:
  7. http://wiki.minix3.org
  8. We'd like your feedback: http://minix3.org/community/
  9. #

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