docker

4 posts

Deploy a Danmu Server for Your Movie Watching: danmu_api
A quick look at the open-source danmu service danmu_api: fetch danmu directly from multiple sites without downloading XML, compatible with Dandanplay, offering search and danmu-fetch APIs. Includes a comparison with misaka_danmu_server and lightweight deployment options via local install, Docker, Vercel, and more.
779 字
|
4 分钟
Deploy the Automated Movie Platform MoviePilot with Docker
This guide walks you through deploying MoviePilot with Docker on Debian 12: updated docker-compose configuration, planning directories and UID/GID, using the built‑in CookieCloud, and integrating PT downloaders (qBittorrent/Transmission) with media servers (Emby/Plex/Jellyfin) to quickly build an automated media library.
2328 字
|
12 分钟
Containerd Task Fails to Start Container: ctr: failed to create shim task: OCI runtime create failed
2023-03-21
This post explains how to fix the “OCI runtime create failed” error when starting containers with ctr and containerd. The root cause is a missing or incompatible runc dependency on CentOS 7, which only ships libseccomp 2.3. You’ll learn how to remove the old packages, install libseccomp 2.4+ from CentOS 8, and verify that runc works correctly afterward.
338 字
|
2 分钟
Self-Hosting Plausible Analytics with Docker on Debian 11
This guide walks you through deploying Plausible Analytics with Docker on Debian 11 (or any Docker-capable Linux). It provides a ready-to-use docker-compose template and directory layout, configures Postgres/ClickHouse, SMTP, and MaxMind GeoIP, and explains key options like generating SECRET_KEY_BASE and disabling user registration for a fast, privacy‑friendly self-hosted web analytics setup.
733 字
|
4 分钟