Docker Configuration
Use the selector below to generate your Docker command. The parameters for the License Key and Token can be obtained here.
Checklist
For the following commands:
--restart="unless-stopped"
is included so PeopleTracker automatically restarts(upon system reboot or Docker restart) unless explicitly stopped. This works great when combined with the-d
option so PeopleTracker runs in the background.
Environment Variables
You can pass environment variables when running the docker container using the option -e VARIABLE_NAME=VALUE
.
LICENSE_KEY
Specify your license key. Example:
-e LICENSE_KEY=YOUR_LICENSE_KEY
This is required.
TOKEN
Specify your Plate Recognizer Token. Example:
-e TOKEN=YOUR_TOKEN
This is required.
LOGGING
For users who prefer monitoring the PeopleTracker's operation directly in the terminal, the software provides an option to display detected data. By setting the environment variable LOGGING, users can enable this feature, allowing real-time insights into the detected objects and their corresponding track IDs directly within the terminal environment. This flexibility enhances user visibility and control over the PeopleTracker's functionality.
Here are the levels to choose from:
- 10 for debug
- 20 info
- 30 warning
Example:
-e LOGGING=10