This is an old revision of the document!
Running KnowRob using Docker
Docker is a tool for easily creating and managing Linux containers. This page collects information for running KnowRob in a Docker container.
Installation
Dockerfiles can be found in this repository: https://github.com/knowrob/docker
You can build a docker image from them using
cd ~/docker/rosbridge docker build -t "knowrob/hydro-knowrob" .