Dockhand: The Easiest Way I’ve Found to Manage and Update Docker Containers [YouTube Release]

Additional Resources:

Dockhand site https://dockhand.pro/

Self-Hosted SSL Simplified: Nginx Proxy Manager

My video on OSI Models

Connect With Us

Lawrence Systems Shirts and Swag

►👕 Lawrence Systems

AFFILIATES & REFERRAL LINKS

Amazon Affiliate Store
:shopping_cart: Lawrence Systems's Amazon Page

UniFi Affiliate Link
:shopping_cart: Ubiquiti Store

All Of Our Affiliates help us out and can get you discounts!
:shopping_cart: Partners We Love – Lawrence Systems

Gear we use on Kit
:shopping_cart: Kit

Use OfferCode LTSERVICES to get 10% off your order at
:shopping_cart: Tech Supply Direct - Premium Refurbished Servers & Workstations at Unbeatable Prices

Digital Ocean Offer Code
:shopping_cart: DigitalOcean: AI-Powered Unified Inference Cloud Infrastructure

HostiFi UniFi Cloud Hosting Service
:shopping_cart: HostiFi - Fast and Reliable UniFi in the Cloud

Protect your privacy with a VPN from Private Internet Access
:shopping_cart: https://www.privateinternetaccess.com/pages/buy-vpn/LRNSYS

Patreon
:money_bag: https://www.patreon.com/lawrencesystems

Chapters
00:00 What is Dockhand
01:11 Source Code and License
01:50 Roadmap
02:12 Free VS SMB VS Enterprise
02:50 Dockhand Security and Telemetry
04:08 How To setup Dockhand with Docker Compose
04:49 User Authentication Setup
05:31 Configuring Local & Remote Environments
08:52 Managing Containers & Updates
10:15 Container Logs
10:52 Shell Access
11:11 Stacks
11:27 Managing Images and Volumes
12:00 Activity logging and schedules
12:23 Container Vulnerability Scanning

This video gave me the confidence to switch. Question for you all. I switch over to DockHand and I was wondering how do you all track what version you a running of service when there is an update available… so you know what to rollback to if there is an issue. it seems like there isn’t anything native. What the best practice. Sometimes problems aren’t discovered until long after update.

If you are using compose files with the tag latest you can edit that to be the previous version. But that may not work in every case because some updates may also update the data to fit the new version meaning you would have to roll back the data as well. A simple, but not really elegant approach is to run docker in a VM and roll that VM back which of course comes with the problem that it roll everything back.

In practice most of the applications I use are very stable so it’s a non-issue except for one app: https://twenty.com/ . I have not talked much about this app because it feels very beta and has had a lot of breakage from updates and is really the only one update with an immediate plan to roll back after testing.

Does this work with images compiled using docker build?