You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(shell): avoid docker SSH port collisions and improve docker compose hints (#71)
* feat(ui): add project list scrolling and shorten prompt paths
* fix(shell): avoid docker SSH port collisions and improve hints
* fix(lint): satisfy effect and unicorn rules for docker port fallback
`docker compose failed with exit code ${exitCode}`,
63
-
"Hint: ensure Docker daemon is running and current user can access /var/run/docker.sock (for example via the docker group)."
63
+
"Hint: ensure Docker daemon is running and current user can access /var/run/docker.sock (for example via the docker group).",
64
+
"Hint: if output above contains 'port is already allocated', retry with a free SSH port via --ssh-port <port> (for example --ssh-port 2235), or stop the conflicting project/container."
0 commit comments