Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| running_knowrob_using_docker [2014/07/01 12:08] – [Installation] admin | running_knowrob_using_docker [2014/07/08 14:41] (current) – removed admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Running KnowRob using Docker ====== | ||
| - | [[https:// | ||
| - | |||
| - | ===== Installation ===== | ||
| - | |||
| - | Dockerfiles can be found in this repository: https:// | ||
| - | |||
| - | You can build docker images from them using | ||
| - |   cd ~/ | ||
| - |   docker build -t " | ||
| - |   cd ~/ | ||
| - |   docker build -t " | ||
| - | ===== Running ===== | ||
| - | |||
| - |   sudo docker run -t -P -v / | ||
| - |    | ||
| - | ===== Updating the image ===== | ||
| - | Make changes, then log out and call the following, using the container ID instead of 258c08b5285a | ||
| - |   docker commit -m=" | ||

