A basic Docker image of a REDHAWK development environment.
The image can be pulled from the Docker Hub Registry
Both the OMNI Naming Service and OMNI Event services are started by default and managed via supervisor.
docker run --detach --name=redhawk-2.0 --restart=always redhawkci/redhawk:2.0-el6To connect to the running container:
docker exec -it redhawk-2.0 bash