Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madworx/docker-minix

QEMU-based Docker image for Minix 3, based on the official CD-ROM ISO image installation from the Minix website
https://github.com/madworx/docker-minix

docker docker-image microkernel minix minix3 qemu qemu-kvm

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/madworx/docker-minix.svg?branch=master)](https://travis-ci.org/madworx/docker-minix)

# docker-minix

QEMU-based Docker image for Minix 3, based on the official CD-ROM ISO image installation from the [Minix website](https://www.minix3.org/).

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](https://hub.docker.com/r/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](https://github.com/madworx/docker-minix).

## Contributions

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

## Author

Martin Kjellstrand