Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
running_knowrob_using_docker [2014/06/24 16:02] – [Installation] adminrunning_knowrob_using_docker [2014/07/08 14:41] (current) – removed admin
Line 1: Line 1:
-====== Running KnowRob using Docker ====== 
- 
-[[https://docs.docker.com/|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" . 
-