Installation
How to start and configure the Core via Docker.
Quick start
1. Install Docker if not present
2. Continue with the Beginner's Guide
BeginnerDocker images
Select the CPU architecture and, if desired, the GPU support:
Hint: raspi-config requires gpu_mem=256 or more.
Docker run {...params}
All default values can be changed and are described on the Configuration page.
Complete example:
Directory exports
$HOST_DIR can be adjusted without reconfiguring the app. For the $CORE_DIR, check the configuration instructions.
Configuration directory
Directory for holding the config and operational data.
Data directory
Directory on disk, exposed on HTTP path “/“.
Port
With --net=host the container is started without network isolation. In this case, port forwarding is not required.
Environment variables
More in the Configuration instructions.
Device access
Allow FFmpeg to access GPU's, USB and other devices available in the container.
Network issues (seccomp)
If seccomp is active and no internal-to-external communication is possible:
Docker commands
Start in background
Stop
Kill and remove the instance
Update the local image and restart the Core
Top
Logging
Systemd
To manage the Core container via systemd (systemd is a Linux process daemon.)
Service file
Commands
Install
Uninstall
Start
Stop
Update image
Status
Logging
Last updated
Was this helpful?
