livekit-server
LiveKit Server Overview
Secure your stack with a hardened LiveKit Server image freshly-built by Minimus. Minimus images always include the most up-to-date package version for all packages and dependencies contained in the image.
LiveKit Server is a scalable, real-time video and audio communication platform built on WebRTC. It enables developers to build applications with live video, audio, and data streaming capabilities.
Try It Out
Take the Minimus LiveKit Server image for a test run. First, generate a secure secret:
openssl rand -hex 32For example, 7ffb3d379ad0fbbe02c66b2953064dbecc9106d867eb4a61f9444dde3799248d.
Next, run the LiveKit Server using the secret you just generated (Replace the sample secret in the command below with your own):
docker run -it \
-p 7880:7880 \
-p 7881:7881 \
-p 7882:7882/udp \
-e LIVEKIT_KEYS="devkey: 7ffb3d379ad0fbbe02c66b2953064dbecc9106d867eb4a61f9444dde3799248d" \
reg.mini.dev/livekit-serverNote that the format for the keys is -e LIVEKIT_KEYS="devkey: {secret}" with the space.
Confirm that the server is running:
curl http://localhost:7880You should see a confirmation OK. You can access the LiveKit server at http://localhost:7880 and configure it for your real-time communication needs.
Technical Considerations
The LiveKit Server image provided by Minimus is a slim, security-hardened alternative to the public image. The images are largely interchangeable, with a few differences as noted below.
LiveKit Server built by Minimus:
- Runs as root by default to support required functions.
- No ports are exposed by default. You'll need to explicitly expose the required ports (7880 for HTTP, 7881 for HTTPS, 7882/UDP for WebRTC).
- Drill down on the version specification tab to see the default user, listening ports, entrypoint, volumes, environment variables, etc.
The Payoff
A hardened, minimal image that will remain more secure for the long run and accrue vulnerabilities at a slower rate.
- See the risk reduction dashboard for a detailed CVE comparison over the past 30 days.
- Review the compliance report to see the default hardening and security configurations for the image.
Terms & Info
Trademark
This catalog is published by Minimus. All product names, logos, and marks, other than those belonging to Minimus, shown are owned by their respective rights holders and appear here only to identify the open source software each image contains. Minimus claims no ownership of those marks and implies no affiliation with, endorsement by, certification by, or sponsorship by any rights holder.
Disclaimer
Images are provided "as-is" without warranty of any kind. "Hardened" refers to the security configuration applied at the time of build and does not constitute a guarantee of ongoing security or absence of vulnerabilities. The free tier is provided without support, SLA, or guaranteed patching timelines. Security updates may be applied to paid subscriptions before or instead of free tier images. By pulling or using any image you agree to our Terms of Use.