All Projects → madworx → docker-minix

madworx / docker-minix

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

Programming Languages

shell
77523 projects
perl
6916 projects
Dockerfile
14818 projects
tcl
693 projects
Makefile
30231 projects

Projects that are alternatives of or similar to docker-minix

kubash
Kubash - the K8$ shell for your kube clusters
Stars: ✭ 20 (-35.48%)
Mutual labels:  qemu, qemu-kvm
virtnbdbackup
Backup utiliy for Libvirt / qemu / kvm supporting incremental and differencial backups.
Stars: ✭ 62 (+100%)
Mutual labels:  qemu, qemu-kvm
qemu-windows-10
running a windows 10 guest on a linux host with pci passthrough
Stars: ✭ 66 (+112.9%)
Mutual labels:  qemu, qemu-kvm
Multipass
Multipass orchestrates virtual Ubuntu instances
Stars: ✭ 3,978 (+12732.26%)
Mutual labels:  qemu, qemu-kvm
packer-kvm
Create VM templates with Packer for usage with Libvirt/KVM virtualization : CentOS 7, CentOS 8, CentOS 8 Stream, Alma Linux, Rocky Linux, Bionic (Ubuntu 1804), Focal (Ubuntu 2004), Debian 11 (stable), Kali Linux, Fedora 33 and Fedora 34.
Stars: ✭ 99 (+219.35%)
Mutual labels:  qemu, qemu-kvm
Osx Kvm
Run macOS on QEMU/KVM. With OpenCore + Big Sur + Monterey support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.
Stars: ✭ 12,926 (+41596.77%)
Mutual labels:  qemu, qemu-kvm
Scaphandre
⚡ Electrical power consumption metrology agent. Let scaph dive and bring back the metrics that will help you make your systems and applications more sustainable !
Stars: ✭ 246 (+693.55%)
Mutual labels:  qemu
saturn
A microkernel based operating system developed from scratch. This repository also includes all Saturn services and applications.
Stars: ✭ 21 (-32.26%)
Mutual labels:  microkernel
Gnu Eprog
Embedded Programming with the GNU Toolchain
Stars: ✭ 230 (+641.94%)
Mutual labels:  qemu
Vm Escape
some interesting vm-escape game
Stars: ✭ 224 (+622.58%)
Mutual labels:  qemu
Instruction-Stomp
Cross-architecture instruction counting for CTF solving
Stars: ✭ 32 (+3.23%)
Mutual labels:  qemu
lf-os amd64
Hobby operating system for amd64 with high ambitions - mirror
Stars: ✭ 30 (-3.23%)
Mutual labels:  microkernel
byok
A bare-metal x86 Forth interpreter & compiler
Stars: ✭ 48 (+54.84%)
Mutual labels:  qemu
Sloth
Sloth 🦥 is a coverage guided fuzzing framework for fuzzing Android Native libraries that makes use of libFuzzer and QEMU user-mode emulation
Stars: ✭ 91 (+193.55%)
Mutual labels:  qemu
Complete-Single-GPU-Passthrough
Single GPU VFIO Passthrough Guide
Stars: ✭ 385 (+1141.94%)
Mutual labels:  qemu-kvm
Awesome Vm Exploit
share some useful archives about vm and qemu escape exploit.
Stars: ✭ 239 (+670.97%)
Mutual labels:  qemu
qinst
Draft of generic instrumentation tool based on QEMU using eBPF to implement trivial instrumentations with trivial code
Stars: ✭ 17 (-45.16%)
Mutual labels:  qemu
Xv6 Book Chinese
MIT操作系统工程的教学操作系统Xv6的源码剖析中文翻译项目,使用ANSI标准C重新在riscv架构上实现Unix v6;
Stars: ✭ 223 (+619.35%)
Mutual labels:  qemu
kwast
Rust operating system running WebAssembly as userspace in ring 0
Stars: ✭ 83 (+167.74%)
Mutual labels:  microkernel
munix
🦠 µnix is a UNIX-like operating system
Stars: ✭ 57 (+83.87%)
Mutual labels:  microkernel

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]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].