Tags: docker*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Ayush Pande writes about utilizing a cheap Poco M6 Pro as a portable Docker host via Podroid, running four containers—IT-Tools, Omni-Tools, ConvertX, and BentoPDF—that provide developer utilities, everyday productivity tools, universal file conversion, and local PDF editing. The setup gives him on-the-move access to tools his home lab servers can't reach when he's away from them.

    - Containers relying on system ports won't work on unrooted phones
    - Jellyfin, Nextcloud, and Calibre-web are suggested as heavier alternatives for those without a home lab
    - ConvertX handles videos, 3D models, and phone contacts in addition to documents and images
    - Tailscale provides remote access to his dedicated x86 server rigs
  2. Co11ateral writes about ShadowBroker, an open-source OSINT dashboard that aggregates live public intelligence feeds—aircraft and maritime tracking, satellite orbits, conflict reporting, GPS jamming, and more—into a single interactive map running locally via Docker. Built with Next.js, MapLibre GL, and a Python/FastAPI backend, it consolidates what would otherwise require juggling dozens of tabs into one prioritized view accessible at localhost:3000.

    - Optional API keys enhance data; a language model agent can be attached to find correlations across feeds
    - Telegram-sourced intelligence appears as red clusters on the map, often with attached media
    - NASA VIIRS Nightlight and daily satellite captures are available as toggleable layers
    - Antennas and Metastatic nodes are included, with the ability to tune in or send a message
    - The project has been actively maintained for about six months with ongoing feature additions
  3. Bryan Cockfield writes about the Kiwix open-source project, which started as an offline backup for Wikipedia and now includes other sites like StackExchange.To preserve and serve information from personal hardware, ensuring survival through internet outages and website disappearances, Kiwix is available on Linux (Docker compatible), Windows, Android, and Apple platforms.

    - A separate tool called Zimit is required to generate the .zim archive files that Kiwix serves.
    The Kiwix organization hosts pre-downloaded .zim files of common sites, sparing users from crawling Wikipedia themselves, a task that could take months on limited consumer hardware.
    - The article points to a prior piece on building an "armageddon-proof" Raspberry Pi briefcase as suggested hosting hardware.
  4. Yannick Lyn Fatt writes that new updates to the `serversideup/php` Docker images allow FrankenPHP containers to serve real HTTPS via Let's Encrypt using only an IP address. By utilizing the `shortlived` ACME profile, users can obtain valid certificates without requiring a DNS entry, which is particularly beneficial for self-hosting, staging environments, or internal APIs reachable by IP.

    - Requires pinning the Docker image to v4.6.0-beta1 or later.
    - The short-lived certificate profile issues credentials valid for 160 hours.
    - Configuration requires setting a `default_sni` via `CADDY_GLOBAL_OPTIONS` because IP connections lack SNI metadata.
    - Certificates and ACME state must be persisted in `/config` and `/data` volumes to avoid Let's Encrypt rate limits during redeploys.
  5. The repository provides an open-source SSH server that turns a standard terminal SSH connection into an interactive chat interface for large language models, letting users connect with `ssh user@host` and converse via a React Ink TUI backed by Node.js and ssh2, with optional PostgreSQL/PGLite and Redis persistence.

    - Default public demo is advertised at chat.agi.li
    - Recommended deployment is Docker via ghcr.io/miantiao-me/ssh-ai-chat with docker-compose
    - Configurable public/private mode, whitelist/blacklist, rate limiting and OpenAI-compatible model configs
    - Licensed under AGPL-3.0, ~849 stars, sponsored by V.PS
    2026-08-17 Tags: , , , , by klotz
  6. OpenSandbox is a general-purpose sandbox platform for AI applications offering multi-language SDKs, unified sandbox APIs and Docker/Kubernetes runtimes for use cases like coding agents, GUI agents, evaluation, code execution and RL training. It provides SDKs, CLI and MCP integration, a sandbox protocol for custom runtimes, built-in environments such as command, filesystem and code interpreter, network ingress/egress controls, credential vault injection and strong isolation via gVisor, Kata Containers and Firecracker.

    - Release images published to Docker Hub, GHCR and Alibaba Cloud with Cosign signatures and provenance
    - SDKs for Python, Java/Kotlin, TypeScript/JavaScript, C#/.NET and Go
    - OpenSSF Best Practices badge and CNCF Landscape listing
  7. Umair Khurshid writes that although Docker revolutionized container workflows and application portability, it has lost its status as the single essential tool for all developers. As standardized OCI runtimes have matured, specialized alternatives now offer more targeted solutions for security-focused workloads, production environments, system-level needs, and standalone image creation.

    - Podman enables rootless containers by launching processes directly from the CLI without a central daemon
    - containerd provides an efficient, lightweight runtime often used in Kubernetes architectures
    - Incus specializes in system containers that behave like complete Linux installations with init systems
    - Buildah focuses specifically on building images rather than managing container execution
  8. This article explores how to integrate local Large Language Models (LLMs) with Docker environments using the Model Context Protocol (MCP). By setting up an MCP server, users can enable LLMs to execute container management tasks such as monitoring health, listing volumes, and deploying new services through natural language prompts. The author demonstrates how a high-end MoE model can handle complex instructions, even troubleshooting configuration errors autonomously.
    Main points:
    - Model Context Protocol (MCP) functions as a bridge between LLMs and external tools.
    - Implementation details for the mcp-server-docker package.
    - Hardware and model specifications (Qwen3.6-35B-A3B on RTX 3080 Ti).
    - Examples of automated deployments for n8n and BentoPDF.
    - Security measures for restricting dangerous LLM actions.
  9. SnapOtter is a self-hosted image manipulation tool providing over 50 tools such as resizing, cropping, and watermarking. It includes a browser-based layer editor and local AI features like background removal and upscaling that run directly on the user's hardware without an internet connection. The application supports numerous file formats, offers a REST API, and is designed for privacy by keeping all image processing within the local network via a single Docker container.
    - 50+ tools including resizing, cropping, and conversion
    - Browser-based layer editor with filters
    - Local AI capabilities like background removal and upscaling
    - Single Docker container deployment for simplicity
    - Privacy focused local network processing
  10. An exploration of transitioning from Docker to Podman within a home lab environment. The author details a weekend project setting up an Ubuntu-based Podman server on Proxmox, highlighting the key architectural differences such as the absence of a central daemon and the benefits of rootless container execution for enhanced security.
    Key topics include:
    - Comparison between Docker's daemon-based model and Podman's daemonless architecture.
    - The advantages of rootless containers for improved host security.
    - Utilizing systemd integration through Quadlets for more native Linux service management.
    - Practical steps for installation on Ubuntu and Rocky Linux.
    - Maintaining compatibility with tools like Portainer via the Podman API socket.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "docker"

About - Propulsed by SemanticScuttle