/* raspi.dev */

Tags: 'docker'

Cover Image for How to Set Up Traefik as a Reverse Proxy and Load Balancer on Raspberry Pi

How to Set Up Traefik as a Reverse Proxy and Load Balancer on Raspberry Pi

Learn how to deploy Traefik v3 on your Raspberry Pi using Docker Compose. This guide covers reverse proxy configuration, automatic service discovery, dashboard access, and Let's Encrypt SSL certificates.

Tom
Tom
Cover Image for How to Build a Kubernetes Cluster on Raspberry Pi with k3s

How to Build a Kubernetes Cluster on Raspberry Pi with k3s

Learn how to set up a lightweight Kubernetes cluster on Raspberry Pi using k3s. This guide covers installing the master node, joining workers, and deploying your first application.

Tom
Tom
Cover Image for How to Set Up Woodpecker CI on Raspberry Pi for Automated Builds

How to Set Up Woodpecker CI on Raspberry Pi for Automated Builds

Deploy Woodpecker CI on your Raspberry Pi with Docker Compose. This guide walks you through connecting Woodpecker to Gitea, configuring the server and agent, and creating your first CI/CD pipeline.

Tom
Tom
Cover Image for How to Run a Private Docker Registry on Raspberry Pi

How to Run a Private Docker Registry on Raspberry Pi

Set up your own private Docker registry on a Raspberry Pi to store and distribute container images locally. This guide covers Docker Compose configuration, pushing and pulling images, insecure registry setup, and basic authentication.

Tom
Tom
Cover Image for How to Set Up Gitea: A Self-Hosted Git Server on Raspberry Pi

How to Set Up Gitea: A Self-Hosted Git Server on Raspberry Pi

Learn how to deploy Gitea on your Raspberry Pi using Docker Compose. Host your own Git repositories, mirror from GitHub, and take full control of your source code with this lightweight, self-hosted Git server.

Tom
Tom
Cover Image for How to Set Up Grafana and Prometheus on Raspberry Pi for System Monitoring

How to Set Up Grafana and Prometheus on Raspberry Pi for System Monitoring

Learn how to deploy Grafana, Prometheus, and Node Exporter on your Raspberry Pi using Docker Compose to build a complete system monitoring stack with beautiful dashboards.

Tom
Tom
Cover Image for How to Install Uptime Kuma on Raspberry Pi to Monitor Your Services

How to Install Uptime Kuma on Raspberry Pi to Monitor Your Services

Learn how to deploy Uptime Kuma on your Raspberry Pi using Docker to monitor the uptime of your websites, APIs, and network services with a beautiful dashboard.

Tom
Tom
Cover Image for How to Set Up Sonarr and Radarr on Raspberry Pi for Automated Media Management

How to Set Up Sonarr and Radarr on Raspberry Pi for Automated Media Management

Automate your media library with Sonarr and Radarr on Raspberry Pi. This guide walks through Docker Compose setup, indexer configuration, download client integration, and connecting to Jellyfin.

Tom
Tom
Cover Image for How to Set Up Jellyfin Media Server on Raspberry Pi with Docker

How to Set Up Jellyfin Media Server on Raspberry Pi with Docker

Deploy Jellyfin on your Raspberry Pi using Docker to stream movies, TV shows, and music across all your devices. This guide covers Docker Compose setup, media libraries, and hardware transcoding with V4L2.

Tom
Tom
Cover Image for How to Set Up Mosquitto MQTT Broker on Raspberry Pi with Docker

How to Set Up Mosquitto MQTT Broker on Raspberry Pi with Docker

Learn how to deploy the Eclipse Mosquitto MQTT broker on a Raspberry Pi using Docker. This guide covers configuration, user authentication, and testing pub/sub messaging for your IoT projects.

Tom
Tom
Cover Image for How to Install Home Assistant on Raspberry Pi Using Docker

How to Install Home Assistant on Raspberry Pi Using Docker

Learn how to install Home Assistant on your Raspberry Pi using Docker and Docker Compose. This guide covers the full setup from container deployment to connecting your first smart home devices.

Tom
Tom
Cover Image for How to Run a Minecraft Server on Raspberry Pi with Docker

How to Run a Minecraft Server on Raspberry Pi with Docker

Learn how to set up a Minecraft Java Edition server on your Raspberry Pi using Docker. This guide covers installation, configuration, performance tuning, and server management so you can host your own world at home.

Tom
Tom
Cover Image for How to Set Up Nginx Proxy Manager on Raspberry Pi with Docker

How to Set Up Nginx Proxy Manager on Raspberry Pi with Docker

Learn how to install and configure Nginx Proxy Manager on your Raspberry Pi using Docker. Easily manage reverse proxies and SSL certificates for all your self-hosted services through a clean web interface.

Tom
Tom
Cover Image for How to Set Up a WireGuard VPN Server on Raspberry Pi Using Docker

How to Set Up a WireGuard VPN Server on Raspberry Pi Using Docker

Learn how to set up a WireGuard VPN server on your Raspberry Pi using Docker. This guide covers the full setup with docker-compose, client configuration, and port forwarding so you can securely access your home network from anywhere.

Tom
Tom
Cover Image for How to Install Beszel Through Portainer to Monitor Multiple Raspberry Pi Computers: Step-by-Step Guide

How to Install Beszel Through Portainer to Monitor Multiple Raspberry Pi Computers: Step-by-Step Guide

Learn how to install Beszel through Portainer to monitor multiple Raspberry Pi computers. This complete step-by-step guide helps you configure agents and dashboards in minutes..

Tom
Tom
Cover Image for How to Install Portainer on a Raspberry Pi

How to Install Portainer on a Raspberry Pi

Portainer is an open-source tool that simplifies managing Docker containers through an intuitive web-based interface. Instead of using complex Docker commands in the terminal, Portainer lets you monitor, control, and manage containers, images, networks, and volumes in just a few clicks. Running Portainer on a Raspberry Pi makes for a fantastic, low-cost solution for handling home projects or testing Docker-based applications. This guide will walk you through installing Docker and Portainer on your Raspberry Pi and setting it up for hassle-free container management.

Tom
Tom
Cover Image for How to Install Docker on a Raspberry Pi: Step-by-Step Guide

How to Install Docker on a Raspberry Pi: Step-by-Step Guide

Docker is an essential tool for developers and hobbyists alike, enabling the deployment and management of applications in lightweight, portable containers. Installing Docker on a Raspberry Pi allows you to create a powerful, flexible development environment on a compact, energy-efficient device. In this guide, we’ll walk you through installing Docker on a Raspberry Pi.

Tom
Tom