8 links
tagged with docker
Click any tag below to further narrow down your results
Links
The GitHub repository jzombie/sqlite-sqllogictest-corpus contains a minimal Docker setup for cloning the official SQLite SQLLogicTest Fossil repository and copying its test corpus into a local directory. This setup allows users to easily obtain a fresh snapshot of SQLite's SQLLogicTest cases for testing purposes. Instructions for building the Docker image and extracting the tests are provided in the README file.
The GitHub repository for CoJudge offers a self-contained, offline code judging tool for LeetCode-style problems, utilizing Docker for consistent execution across different machines. It supports multiple programming languages and features a user-friendly web interface built with SvelteKit, enabling users to add their own problems and track progress persistently. The project is open-source and licensed under the MIT license.
The article describes the GitHub repository for the "monitoring-stack," a Docker Compose setup designed for monitoring planar applications using OpenTelemetry. It includes components like Grafana, Prometheus, and Loki for visualizing metrics and logs, and provides instructions for setting up and accessing the stack.
The article discusses a Rust container image that is efficiently built using just 13 lines of Dockerfile code, supporting multi-architecture, musl, and cross-compilation features while optimizing caching. It highlights the minimal image size and provides a link to the GitHub repository for further exploration.
The article discusses the author's experience with self-hosting various applications, including an RSS reader (Miniflux), Grafana for data visualization, and a bookmark manager (Linkding). The author shares insights on setting up these applications using Docker, managing configurations with Ansible, and the challenges of maintaining a self-hosted environment. Future ideas include integrating AI with user manuals for household appliances.
A user raised an issue on the MinIO GitHub repository asking about the absence of a new Docker image for a recent security release. They inquired whether this was expected and requested that a new release be pushed for Docker installation methods.
The article presents Hermes, a self-hosted video downloader that utilizes the yt-dlp REST API and offers a user-friendly web application. It allows users to download videos from YouTube and over 1000 other platforms while emphasizing lawful media use. The setup involves deploying via Docker with options for both pre-built images and source modification for developers.
The article presents Knocker, a self-hosted, HTTP-based knock-knock access control system designed for homelabs. It allows users to secure their services by whitelisting IP addresses on-demand, minimizing the attack surface while providing configurable features like API key authentication and firewall integration. The project is deployable via Docker and supports both web and CLI clients.