Skip to content

Commit

Permalink
* Adjusting documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrberger committed Jul 30, 2015
1 parent cd3610b commit c5c3969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ CaroloCup-CameraPlayback
*~
.depend
data
build
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ you have a folder named ``data`` where the *.rec files
are located to be mapped into the Docker container on
its execution::
$ docker run -ti -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v ${PWD}/data:/opt/data seresearch/carolocup-cameraplayback:v1 /CaroloCup-CameraPlayback /opt/data/myRecording.rec
$ docker run -ti -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v ${PWD}/data:/opt/data seresearch/carolocup-cameraplayback:latest /CaroloCup-CameraPlayback /opt/data/myRecording.rec

0 comments on commit c5c3969

Please sign in to comment.