The Nginx Proxy Manager (NPM) is an open-source reverse proxy management system that runs as a Docker container. It...
Tag Archive for: docker
4sysops - The online community for SysAdmins and DevOps
Docker logs tail: Troubleshoot Docker containers with real-time logging

Learn how to view low-level Docker container logging, tail log output, view log timestamps, find logs since a specific...
Dockerizing a Node.js application with NGINX, Let’s Encrypt, and Docker Compose

In this step-by-step guide, I will walk you through the process of dockerizing a Node.js application with NGINX, Let's...
The best Docker containers

There are Docker containers available for just about any application you can think of for self-hosting. In this article,...
Harbor: A trusted cloud native registry for Kubernetes and Docker

In a previous post, we discussed the private Docker registry setup. Today, you will learn about the Harbor registry,...
Using Docker with NAS and NFS

To access remote storage from Docker containers, you must understand how Docker works with network-attached storage (NAS) and the...
Using AWS Lambda functions with Docker containers

Back in 2020 at the AWS annual learning conference, re:Invent, one of the big announcements concerned AWS Lambda container...
Install and configure Traefik on Docker

In my previous post, I introduced Traefik as a cloud-native way to implement a reverse proxy and load balancer...
Move a Docker volume to another host

By default, Docker containers are ephemeral, which means that any data generated or modified within a container is lost...
Retrieve local admin passwords from Active Directory with LAPS WebUI

Microsoft LAPS is a solution for centrally managing passwords for local administrator accounts in an Active Directory domain. It...
Traefik: Reverse proxy for Docker

Traefik is an open-source, cloud-native reverse proxy and load balancer that simplifies the deployment and management of applications across...
Uptime Kuma: Open-source monitoring with Docker support

We take a look at Uptime Kuma, an open-source, self-hosted monitoring tool for websites, APIs, and services. It allows...
HashiCorp Nomad: An easy-to-use Kubernetes alterative for orchestrating containers

HashiCorp Nomad is a powerful orchestration and scheduler tool that can be an easily operated Kubernetes alternative. Nomad provides...
Docker backup container commands: Commit, save, and export container images

You can use built-in Docker commands to commit, save, and export Docker container images and data for the Docker...
Private Docker registry setup

A Docker registry allows your organization's users to store and distribute Docker images, which are used to create and...
Configure a private DNS server in Docker

Using a private DNS server improves the security, privacy, and performance of your network. In this post, you will...
Install K3s, a lightweight, production-grade Kubernetes distro

K3s is a lightweight, production-grade Kubernetes distro that provides high availability. See how to install K3s using the K3sup...
Portainer: A GUI for managing Docker containers and Kubernetes

Portainer allows you to manage Docker containers and Kubernetes with a graphical user interface (GUI) without ever touching the...
Configuring IPvlan networking in Docker

In my previous article, we discussed the MacVLAN network in Docker. Today, I will outline the differences between IPvlan...
Docker Desktop for Windows

Docker Desktop for Windows allows you to get a graphical user interface (GUI)-based handle on your Docker environment. It...