GithubHelp home page GithubHelp logo

madworx / docker-minix Goto Github PK

View Code? Open in Web Editor NEW
32.0 5.0 2.0 28 KB

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

Makefile 6.81% Perl 32.45% Shell 37.85% Dockerfile 15.54% Tcl 7.35%
minix docker docker-image minix3 qemu-kvm qemu microkernel

docker-minix's Introduction

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 [email protected]

docker-minix's People

Contributors

madworx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docker-minix's Issues

Stripped PXE-booted distribution

The current setup with a static qcow2 image is a bit clunky, does not utilize the underlying operating systems ability to expand etc.

To reach this goal, we'll need to ascertain the possibility to create a small net-boot or harddrive-based Minix distribution, which can boot enough to pivot the root file system to NFS.

The current Minix "ramdisk"-based solution packs the entire distribution (300Mbyte) into the ramdrive, occupying unnecessary RAM as well as docker image size.

Travis expects log output each 10 minutes

We'll need to rewrite the timeout handling in expect to output status messages (e.g. "still working...") each minute or so, to account for individual build stages potentially taking longer than 10 minutes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.