mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-06 17:57:43 +02:00
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:
co-authored by
Claude Fable 5
parent
8c2ff907b7
commit
52e846a4ce
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user