Hi all, following up on Justin's work on Docker builds, I've made Docker images with pre-built rumprun toolchains available.
This should help people on Linux or Mac who don't want to build their own toolchain from source, and in theory could be used to develop on Windows as well. Quick start: 1. Install Docker. 2. $ docker run -ti mato/rumprun-toolchain-hw-x86_64 The images are automatically rebuilt when rumpkernel/rumprun changes. For details, please see the Wiki page at http://wiki.rumpkernel.org/Howto:-Using-prebuilt-Rumprun-toolchains-with-Docker Enjoy, Martin
