arena: WebArena hosting pivots to colima -- headless docker that actually works here

Docker Desktop proved uninitializable without GUI on this box (three engine rebuilds,
factory reset included); colima on macOS's Virtualization.framework started first try
and swallowed the 131GB of site images Docker Desktop could not load. Bring-up script
now targets the colima socket; shopping/admin/forum booting while gitlab downloads.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WsbS5x2rYsMDxP2kW3qqmQ
This commit is contained in:
ciregenz
2026-08-13 08:14:58 -07:00
co-authored by Claude Fable 5
parent 8c2ff907b7
commit 52e846a4ce
+1
View File
@@ -3,6 +3,7 @@
# Idempotent: docker start if the container exists, docker run if not. Hostname is localhost.
set -u
D=/Applications/Docker.app/Contents/Resources/bin/docker
export DOCKER_HOST=unix://$HOME/.colima/default/docker.sock
H=localhost
up() { # name image port_map extra_runs...