From e0b435b00f6580d40b04ad1659f1fb5d734607b9 Mon Sep 17 00:00:00 2001 From: scott Date: Tue, 7 Apr 2026 12:53:57 -0400 Subject: [PATCH] Fix docker-run.sh to use fully-qualified image name Co-Authored-By: Claude Sonnet 4.6 --- docker-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-run.sh b/docker-run.sh index ef002ab..579b2d3 100755 --- a/docker-run.sh +++ b/docker-run.sh @@ -1,7 +1,7 @@ #!/bin/bash set -euo pipefail -IMAGE="usb-crash-cart" +IMAGE="git.sdgarren.com/scott/usb-crash-cart:latest" # On Fedora with Wayland, XWayland provides X11 compatibility. # DISPLAY is still set (e.g. :0 or :1) and /tmp/.X11-unix still exists.