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 Install Heimdall on Docker

March 9, 2026 by Faveren Caleb
How to install Heimdall on docker

Heimdall is a self-hosted dashboard that collects all your homelab services into a single page of clickable tiles covered in the homelab hub post. This post covers only the Docker

Categories Docker Series Tags Docker, Heimdall

How to Install Pi-hole on Docker

March 9, 2026 by Faveren Caleb
How to install pi-hole on docker

Pi-hole is a DNS sinkhole that blocks ads and trackers at the network level, covered in the homelab hub post. This post covers only the Docker installation. Prerequisites You need

Categories Docker Series Tags Docker, pi-hole

How to Install Portainer on Docker

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

Portainer is a lightweight web UI that runs as a Docker container and lets you manage containers, images, volumes, and networks from your browser. Portainer was covered in the homelab

Categories Docker Series Tags Docker, Portainer

How to Read and Write a docker-compose.yml File

March 6, 2026 by Faveren Caleb
docker-compose.yml

A docker-compose.yml file is how you define an entire application stack in one place, every container, how they connect, and where they store data, so you can start everything with

Categories Docker Series Tags Docker, docker-compose.yml

How to Install Docker on Linux

March 6, 2026March 6, 2026 by Faveren Caleb
How to install Docker

Installing Docker on Linux comes down to one decision: always use the official Docker repository, not the version your distribution ships with. The packages in Ubuntu’s and Debian’s default repos

Categories Docker Series Tags Docker, Linux

What is Stable Diffusion WebUI and How It Generates AI Images Locally

March 1, 2026February 26, 2026 by Faveren Caleb
stable diffusion

Stable Diffusion WebUI is a browser-based interface that runs the Stable Diffusion image generation model on your own hardware, free, private, and completely unlimited. No subscriptions, no usage limits, no

Categories AI Tags Docker, Stable Diffusion

What is n8n and How It Connects Your Homelab

March 1, 2026February 26, 2026 by Faveren Caleb
n8n

n8n is an open-source workflow automation platform that runs as a Docker container and connects every tool in your homelab into a coordinated system that can respond to events intelligently

Categories AI Tags Docker, n8n, Ollama

What is AnythingLLM and How to Chat With Your Documents

March 1, 2026February 25, 2026 by Faveren Caleb
AnythingLLM

AnythingLLM is an open-source application that lets you chat with your private documents using local AI entirely on your own hardware, with no cloud required. It takes the concept of

Categories AI Tags AnythingLLM, Docker, Ollama

What is Open WebUI and How It Transforms Your Local AI Setup

March 1, 2026February 25, 2026 by Faveren Caleb
Open Webui

Open WebUI is a self-hosted web interface for interacting with large language models. It takes your local Ollama setup and wraps it in a polished browser-based interface that anyone can

Categories AI Tags AnythingLLM, Docker, Ollama, Open webui

What is Ollama and How It Runs AI Models Locally

March 1, 2026February 25, 2026 by Faveren Caleb
Ollama

Ollama is an open-source tool that lets you run powerful large language models directly on your own hardware, free, private, and fully offline. No cloud, no subscription, no data leaving

Categories AI Tags AnythingLLM, Docker, Ollama, Open webui

Best Docker Containers for Homelab Beginners

February 25, 2026February 24, 2026 by Faveren Caleb
The best docker container for homelab

The best Docker containers for homelab are not the most exciting ones available; they are the right ones. These six each address a critical layer of a functional homelab: management,

Categories Docker Series Tags Docker, Heimdall, pi-hole, Portainer, Uptime Kuma, Watchtower, WireGuard Easy

What is WireGuard Easy and Why Your Homelab Needs a VPN

February 25, 2026February 24, 2026 by Faveren Caleb
WireGuard Easy

WireGuard Easy is a Docker container that packages the WireGuard VPN protocol with a web-based management interface. It gives your homelab a single encrypted entry point you can reach from

Categories Docker Series Tags Docker, WireGuard Easy

What is Portainer and Why Every Homelab Needs It

February 25, 2026February 21, 2026 by Faveren Caleb
portainer

If you run a homelab, you know the drill. SSH into your server, type a command to see what’s running, another to check logs, another to deploy something new. It

Categories Docker Series Tags Docker, Portainer

Docker vs Virtual Machine: What’s the Difference

February 25, 2026February 21, 2026 by Faveren Caleb
Docker vs virtual machines

If you’ve spent any time in tech, you’ve heard two terms thrown around for running isolated applications: Docker containers and Virtual Machines. They both solve similar problems, isolating applications and

Categories Docker Series Tags Docker, virtual machine

Docker and Docker Compose: What’s the Difference

February 25, 2026February 21, 2026 by Faveren Caleb
Docker and Docker compose

If you’re new to the container world, you’ve seen two names everywhere: Docker and Docker Compose. They sound related. They are. But they are not the same thing. People often

Categories Docker Series Tags Docker, Docker and docker compose, Docker compose

What is Docker Compose and Why You Need It

February 25, 2026February 21, 2026 by Faveren Caleb
docker compose

You’ve mastered running single containers with Docker. But real applications are rarely that simple. They need databases, caches, backend services, and APIs all running together, all talking to each other.

Categories Docker Series Tags Docker, Docker compose, YAML

What is a Docker Image vs a Docker Container

February 25, 2026February 21, 2026 by Faveren Caleb
docker image vs a docker container

If you’re new to Docker, two terms constantly come up: Docker Image and Docker Container. People use them interchangeably, but they are not the same thing. Get this distinction right,

Categories Docker Series Tags Docker, Docker container

What is a Docker container

February 25, 2026February 20, 2026 by Faveren Caleb
docker container

A Docker container is a lightweight, standalone, executable package that includes everything needed to run a piece of software: the code, the runtime, the system tools, and the libraries. This

Categories Docker Series Tags Docker, Docker container, what is a docker container

What is Docker and how does it work

February 25, 2026February 20, 2026 by Faveren Caleb
what is docker

Docker is a tool that lets you package and run applications in isolated environments called containers. If you’ve ever struggled with getting software to run on a different machine, Docker

Categories Docker Series Tags Container, Docker, docker image, How does docker work, what is docker
Newer posts
← Previous Page1 Page2
All Rights Reserved Elctronicsideas © 2026 - PRIVACY POLICY