Improve docker image usage

This commit is contained in:
Brendan LE GLAUNEC
2016-12-22 09:28:47 +01:00
committed by Brendan Le Glaunec
parent c334ea9f91
commit 3123e34076
+1 -2
View File
@@ -53,8 +53,7 @@ This is the fastest and simplest way to use Cameradar. To do this you will just
Run Run
``` ```
docker run \ docker run -v /tmp/thumbs/:/tmp/thumbs \
-v /tmp/thumbs/:/tmp/thumbs \
-e CAMERAS_SUBNETWORKS=your_subnetwork \ -e CAMERAS_SUBNETWORKS=your_subnetwork \
ullaakut/cameradar:tag ullaakut/cameradar:tag
``` ```