shlogg · Early preview
Ajeet Singh Raina @ajeetsraina

Developer Advocate at Docker, ex-Docker Captain, Docker Community Leader, Arm Ambassador

Do You Need A GPU To Run Ollama Locally?

Ollama can run without a GPU, but expect long loading times & slow inference. A decent CPU with 16GB+ RAM will get you started. GPUs make a huge difference, especially for matrix-heavy tasks like LLM inference.

Docker Bake: Simplifying Docker Builds With Node.js Applications

Docker Bake is a powerful build tool for Docker images, extending Buildx with HCL or JSON configs for variable substitution, target inheritance & multi-platform builds.

KubeArchInspect: Check Kubernetes Images For Arm64 Support

KubeArchInspect checks Kubernetes cluster images for arm64 support. Run `./kubearchinspect images` to generate a report with symbols indicating compatibility: ✅ (supported), 🆙 (update includes support), ❌ (not supported).

Docker Desktop CLI: Streamline Dev Experience With Automation

Docker Desktop CLI introduced in v4.37 enables automation & streamlines dev experience with key features like engine management, restart, status checks & module updates.

MCP Standardizes LLM Integration With Data Sources And Tools

MCP standardizes how apps provide context to LLMs, enabling seamless integration with data sources & tools. This guide sets up PostgreSQL locally on a MacBook, configures it with Claude Desktop for efficient data querying & management.

Deploying Open WebUI With Docker Compose In 9 Steps

Deploy & customize Open WebUI with Docker Compose: clone repo, examine compose file, start services, verify, access UI, download models, configure settings & permissions. Ideal for AI-powered solutions!

Configuring XRDP On Jetson Nano For Seamless Remote Access

Set up XRDP on Jetson Nano, install Microsoft Remote Desktop on MacBook, and connect to 192.168.1.100 IP address for seamless remote desktop experience.

Docker Extensions: Extend Docker Desktop Functionality

Docker Extensions lets developers seamlessly connect their favorite tools to app dev & deployment workflows, adding debugging, testing, security & networking functionalities with one-click installation.