Docker Hub instructions update
This commit is contained in:
committed by
Brendan Le Glaunec
parent
b51a8da125
commit
b8291710d9
@@ -50,12 +50,14 @@ This is the fastest and simplest way to use Cameradar. To do this you will just
|
|||||||
|
|
||||||
Run
|
Run
|
||||||
|
|
||||||
`docker run \
|
```
|
||||||
-v /tmp/thumbs/:/tmp/thumbs \
|
docker run \
|
||||||
-e CACHE_MANAGER=your_manager \
|
-v /tmp/thumbs/:/tmp/thumbs \
|
||||||
-e CAMERAS_PORTS=your_ports \
|
-e CACHE_MANAGER=your_manager \
|
||||||
-e CAMERAS_SUBNETWORKS=your_subnetwork \
|
-e CAMERAS_PORTS=your_ports \
|
||||||
ullaakut/cameradar:tag`
|
-e CAMERAS_SUBNETWORKS=your_subnetwork \
|
||||||
|
ullaakut/cameradar:tag
|
||||||
|
```
|
||||||
|
|
||||||
* `your_subnetwork` can be a subnet (e.g.: `172.16.100.0/24`) or even an IP (e.g.: `172.16.100.10`).
|
* `your_subnetwork` can be a subnet (e.g.: `172.16.100.0/24`) or even an IP (e.g.: `172.16.100.10`).
|
||||||
* `your_ports` can be one port, multiple ports and even port ranges (e.g.: `554,8554,9000-9554`)
|
* `your_ports` can be one port, multiple ports and even port ranges (e.g.: `554,8554,9000-9554`)
|
||||||
|
|||||||
Reference in New Issue
Block a user