Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madworx/docker-minix
- Owner: madworx
- Created: 2018-07-09T14:14:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T19:45:25.000Z (over 5 years ago)
- Last Synced: 2024-10-03T12:45:00.765Z (4 months ago)
- Topics: docker, docker-image, microkernel, minix, minix3, qemu, qemu-kvm
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 32
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/PostInstallationFor more information on how to use MINIX 3, see the wiki:
http://wiki.minix3.orgWe'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