Sign inSign up

honeok/danmakurender

By honeok

Updated 5 months ago

DanmakuRender Docker Image by honeok

Image
0

2.6K

honeok/danmakurender repository overview

DanmakuRender

GitHub Release Docker Pulls Docker Image Size Docker Image Version

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.

Preparing the Host

If Docker isn’t installed yet, follow the official installation guide to install it on your system.

Purpose of This Build

This image is designed for one-click deployment, removing the need for manual environment setup.

Pull the image

docker pull honeok/danmakurender

Start container

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.

Tag summary

Content type

Image

Digest

sha256:5584ff4db

Size

312.5 MB

Last updated

5 months ago

docker pull honeok/danmakurender