Skip to main content

Docker Configuration

Use the selector below to generate your Docker command. The parameters for the License Key and Token can be obtained here.

Docker Command Generator

  

Checklist

caution

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
danger

This is required.

TOKEN

Specify your Plate Recognizer Token. Example:

-e TOKEN=YOUR_TOKEN
danger

This is required.

LOGGING

Set LOGGING to display detected objects and track IDs in real time within the terminal. Choose from the following levels:

  • 10 — debug
  • 20 — info
  • 30 — warning

Example:

-e LOGGING=10