Skip to content

seriswp

Know your tech

  • Home
  • Electronics
    • Electronics Components
    • Electronics Projects
  • How to
  • Series
    • Tech reviews
    • Technlogy
    • Docker Series
    • AI
  • About
  • Contact Us

Docker

How to Add Your User to the Docker Group on Linux

March 20, 2026 by Faveren Caleb
How to Add Your User to the Docker Group on Linux

To add your user to the Docker group on Linux, run sudo usermod -aG docker $USER and refresh your session. This fixes the permission denied while trying to connect to

Categories Docker Series Tags Docker

How to Fix Slow Docker Builds for ML Containers

March 20, 2026 by Faveren Caleb
How to Fix Slow Docker Builds for ML Containers

Slow Docker builds for ML projects are almost always caused by the same three mistakes: no .dockerignore file, dependencies reinstalling on every code change, and model weights downloading at container

Categories Docker Series Tags Docker

How to Fix Out of Memory Errors in Ollama

March 20, 2026 by Faveren Caleb
How to Fix Out of Memory Errors in Ollama

Out of memory errors in Ollama mean the model you are trying to run requires more VRAM than your GPU currently has available. The fix is almost always one of

Categories Docker Series Tags Docker, Ollama

How to Fix GPU Not Detected in Docker

March 20, 2026 by Faveren Caleb
How to Fix GPU Not Detected in Docker

The “GPU not detected in Docker” error appears when Docker lacks the bridge required to pass GPU access from the host into a container. Docker containers are isolated from hardware

Categories Docker Series Tags Docker

How to Back Up Docker Volumes

March 18, 2026 by Faveren Caleb
How to Back Up Docker Volumes

Back Up Docker Volumes with one command and a temporary container. Docker doesn’t do it automatically, and any data written inside a container disappears with it if there’s no volume

Categories Docker Series Tags Docker

How Ports in Docker Work Explained Simply

March 18, 2026March 18, 2026 by Faveren Caleb
How Ports in Docker Work Explained Simply

Ports in Docker control how traffic reaches a service running inside a container from your browser or any other application on the outside. Without port mapping, the container runs in

Categories Docker Series Tags Docker

Docker Volumes vs Bind Mounts: Which Should You Use

March 18, 2026 by Faveren Caleb
Docker Volumes vs Bind Mounts: Which Should You Use

Docker volumes vs. bind mounts is one of the first decisions you face when data needs to outlive a container. Both solve the same problem, but they work differently and

Categories Docker Series Tags Docker

How to Set Up LocalAI with Docker

March 17, 2026 by Faveren Caleb
How to Set Up LocalAI with Docker

LocalAI with Docker runs an OpenAI-compatible inference server on your own hardware, with no API costs, no data leaving the machine, and no cloud dependency. This guide covers one job:

Categories Docker Series Tags Docker, LOcalAi

How to Set Up Whisper for Audio Transcription with Docker

March 17, 2026 by Faveren Caleb
How to Set Up Whisper for Audio Transcription with Docker

Whisper for Audio Transcription with Docker runs OpenAI’s speech recognition model locally, no cloud, no subscription, no audio leaving your machine. This guide covers one job: getting the container running

Categories Docker Series Tags Docker, Whisper

How to Set Up Stable Diffusion WebUI with Docker

March 17, 2026 by Faveren Caleb
Stable Diffusion WebUI with Docker

Stable Diffusion WebUI with Docker runs as a fully isolated container, no Python conflicts, no CUDA wrangling on the host. This guide covers one job: getting the container running so

Categories Docker Series Tags Docker, Stable Diffusion

How to Connect n8n to Ollama for AI Automation

March 15, 2026 by Faveren Caleb
n8n to Ollama for AI automation

Connecting n8n to Ollama for AI automation starts with a single credential point n8n at Ollama’s API port, select a model, and every workflow you build can send prompts to

Categories Docker Series Tags Docker, Ollama

How to Set Up n8n with Docker

March 15, 2026 by Faveren Caleb
n8n with Docker

Setting up n8n with Docker has one step that catches most first-time installs: the data directory needs explicit ownership before n8n can write to it. Skip that and the container

Categories Docker Series Tags Docker, n8n

How to Create a Knowledge Base in AnythingLLM

March 15, 2026March 15, 2026 by Faveren Caleb
How to Create a Knowledge Base in AnythingLLM

Creating a knowledge base in AnythingLLM takes three steps: create a workspace, upload your documents, and embed them so the AI can search and answer questions directly from your content.

Categories Docker Series Tags AnythingLLM, Docker

How to Set Up AnythingLLM with Docker

March 13, 2026 by Faveren Caleb
Set Up AnythingLLM with Docker

Set up AnythingLLM with Docker to get a self-hosted AI workspace that can ingest documents, run RAG queries, and connect to any local or cloud LLM all from a browser

Categories Docker Series Tags AnythingLLM, Docker

How to Run Your First Local AI Model with Ollama

March 12, 2026 by Faveren Caleb
Local AI Model with Ollama

Running your first local AI model with Ollama takes one pull command and one terminal prompt, no cloud account, no API key, no Python environment to configure. Ollama manages everything

Categories Docker Series Tags Docker, LOcalAi, Ollama

How to Set Up Open WebUI with Docker

March 11, 2026 by Faveren Caleb
set up open webui with docker

Set up Open WebUI with Docker to add a browser-based chat interface to your Ollama instance conversation history, model switching, and document uploads, all running on your own hardware. If

Categories Docker Series Tags Docker, Open webui

How to Install Ollama with Docker

March 11, 2026 by Faveren Caleb
install ollama with Docker

Install Ollama with Docker to get a local LLM server that runs entirely on your own hardware, persists downloaded models across updates, and exposes an OpenAI-compatible API on port 11434,

Categories Docker Series Tags Docker, Ollama

How to Automate Docker Updates with Watchtower on Docker

March 11, 2026March 9, 2026 by Faveren Caleb
watchtower on docker

Watchtower on Docker is a container that watches your other containers and updates them automatically when new image versions are released, covered in the homelab hub post. This post covers

Categories Docker Series Tags Docker, Watchtower

How to Set Up Uptime Kuma on Docker

March 9, 2026 by Faveren Caleb
How to Set Up Uptime Kuma on Docker

Uptime Kuma on Docker is a self-hosted monitoring tool that tracks the availability of your services and sends alerts when they fail, covered in the homelab hub post. This post

Categories Docker Series Tags Docker, Uptime Kuma

How to Set Up WireGuard Easy on Docker

March 9, 2026 by Faveren Caleb
How to install Wireguard easy on Docker

WireGuard Easy on Docker is a containerised WireGuard VPN server with a built-in web interface for managing clients covered in the homelab hub post. This post covers only the installation.

Categories Docker Series Tags Docker, WireGuard Easy
Older posts
Page1 Page2 Next →
All Rights Reserved Elctronicsideas © 2026 - PRIVACY POLICY
Next Page »