diff --git a/.gitignore b/.gitignore index 39ff45e..2f379e5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ CaroloCup-CameraPlayback *~ .depend data +build diff --git a/README.rst b/README.rst index 9bc52ae..0d44a9d 100644 --- a/README.rst +++ b/README.rst @@ -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