mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
a226a75b32
This change documents the early access dev containers integration and how to enable it, what features are available and what limitations exist at the time of writing. --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
477 B
477 B
Troubleshooting dev containers
Dev Container Not Starting
If your dev container fails to start:
-
Check the agent logs for error messages:
/tmp/coder-agent.log/tmp/coder-startup-script.log/tmp/coder-script-[script_id].log
-
Verify that Docker is running in your workspace.
-
Ensure the
devcontainer.jsonfile is valid. -
Check that the repository has been cloned correctly.
-
Verify the resource limits in your workspace are sufficient.