A basic Docker image of a REDHAWK environment for the Raspberry Pi.
The image builds the REDHAWK core framework from source as there are no ARM based packages available for the Pi currently. This image will NOT run on an x86 based platform and must be built and run on a Raspberry Pi. For information on installing docker on your Pi see the Hypriot Blog Post.
The image can be pulled from the Docker Hub Registry
The image has no default command and is meant to be used as a base image for future REDHAWK application docker images.
The image comes with the omniNames and omniEvents servers installed and configured. Start them with:
service omniorb4-nameserver start
service omniorb-eventservice start