Archive for the ‘Docker’ Category

Traefik – the cloud native application proxy

Samstag, September 13th, 2025

Docker Setup – simple clean and easy to backup

Freitag, September 12th, 2025

1blu VPS Linux – WordPress in Docker einrichten

Freitag, Mai 2nd, 2025

Nextcloud External Apps (via Docker) – Funktionen und Einrichtung verständlich erklärt

Samstag, April 12th, 2025

Speedtest Tracker – is a self hosted application that monitors the performance and uptime of your internet connection

Mittwoch, April 9th, 2025

Proxmox Virtual Environment (VE) 8.3.5 – Docker im LXC installieren

Donnerstag, April 3rd, 2025

Raspberry Pi – a deep dive into the world of containers

Montag, März 24th, 2025

Docker – Prune unused Docker objects

Dienstag, März 18th, 2025

Docker – takes a conservative approach to cleaning up unused objects (often referred to as „garbage collection“) such as images containers volumes and networks these objects are generally not removed unless you explicitly ask Docker to do so this can cause Docker to use extra disk space for each type of object Docker provides a prune command in addition you can use docker system prune to clean up multiple types of objects at once

# docker volume ls
# docker volume rm <volume-name>
# docker volume prune

Termix – is an open source self hosted server management panel that allows you to connect to your machines via SSH directly from your web browser

Freitag, März 14th, 2025

Home PracticeIT Lab – setting up a Speedtest Tracker using Docker

Sonntag, März 9th, 2025

Docker Mailserver 15.0 – a production ready fullstack but simple containerized mail server (SMTP IMAP LDAP Anti-spam Anti-virus etc.)

Dienstag, März 4th, 2025

Home PracticeIT Lab ‚What´s Up Docker (WuD)‘ – so hältst du deine Docker Container up to date

Sonntag, Februar 16th, 2025

Docker ‚docker-dashboard‘ – is comprised of all free and open source software and allows you to build your own container image to your liking

Donnerstag, Januar 9th, 2025

Docker ‚docker-dashboard‘ – a new tool let’s You see containers across multiple hosts

Vaultwarden Passwort Manager – eine Schritt-für-Schritt Anleitung wie ihr diesen auf eurem Server via Docker installieren könnt

Montag, November 18th, 2024

Duplicati via a Docker container – is a free open source backup client that securely stores encrypted incremental compressed backups on cloud storage services and remote file servers

Samstag, November 16th, 2024

Duplicati – store securely encrypted backups in the cloud

 

 

# docker run -p 8200:8200 -v /some/path:/some/path duplicati/duplicati