Workspace state running but not started
Creating a workspace using the default template docker-image-builds and using node as an example
7 Replies
UI shows status as running but this is what is shown
No containers spin up result of
docker ps
is empty
And no changes done to the default template
Anybody has some troubleshooting ideas that I can try ??Are you running Coder on Linux? You can try to enable verbose logging for the docker daemon as suggested here: https://github.com/coder/coder/blob/c6016d247df5733ac6b5c813d7a424dbc47f7441/dogfood/guide.md#my-docker-containers-keep-failing-and-i-have-no-idea-whats-going-on
You should then be able to see the container logs via
journalctl
and better understand what's happening.GitHub
coder/guide.md at c6016d247df5733ac6b5c813d7a424dbc47f7441 · coder/...
Coder provisions software development environments via Terraform on Linux, macOS, Windows, X86, ARM, and of course, Kubernetes. - coder/guide.md at c6016d247df5733ac6b5c813d7a424dbc47f7441 · coder/...
This solved itself after a complete reinstall
marking as resolved
Marked the thread as resolved.