DanmakuRender is a lightweight tool for recording live streams with on-screen comments.
This Docker image is optimized for quick deployment across different cloud platforms.
For additional details on Docker and containerization technologies, refer to the official documentation.
If Docker isn’t installed yet, follow the official installation guide to install it on your system.
This image is designed for one-click deployment, removing the need for manual environment setup.
docker pull honeok/danmakurender
following content to the docker-compose.yaml file.
tee docker-compose.yaml >/dev/null <<'EOF'
services:
danmakurender:
image: honeok/danmakurender
container_name: danmakurender
restart: unless-stopped
volumes:
- $PWD/logs:/app/logs
- $PWD/configs:/app/configs
network_mode: bridge
EOF
Finally, run the following command to start the container.
docker compose up -d
For reference, see the DanmakuRender Configuration Guide.
Note: Make sure the configured port is allowed through your firewall.
Content type
Image
Digest
sha256:5584ff4db…
Size
312.5 MB
Last updated
5 months ago
docker pull honeok/danmakurender