|
|
681495a732
|
feat(container): add docker-standalone.sh for Docker hosts (Daniel/Huginn)
Mirrors podman-standalone.sh for Docker-native setups. Key differences:
- Uses ~/turnstone as default REPO_DIR (no /opt assumption)
- -p 8534:8534 port mapping instead of --net=host
- No systemd unit generation (Docker --restart=unless-stopped handles reboots)
- Volume mounts without :Z (Docker SELinux labeling differs from Podman)
Documents the multi-agent setup steps for Huginn:
export GPU_SERVER_URL=http://10.1.10.71:7700
export TURNSTONE_MULTI_AGENT_DIAGNOSE=true
bash ~/turnstone/docker-standalone.sh
|
2026-05-26 13:21:54 -07:00 |
|