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 Shipping Container Live automatically restarts(upon system reboot or Docker restart) unless explicitly stopped. This works great when combined with the -d option so Shipping Container Live 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 the LOGGING environment variable to display detected data directly in the terminal. This enables real-time insights into detected objects and their track IDs.

Choose from the following log levels:

  • 10 for debug
  • 20 info
  • 30 warning

Example:

-e LOGGING=10