Files
coder/docs/user-guides/devcontainers/troubleshooting-dev-containers.md
Mathias Fredriksson a226a75b32 docs: add early access dev container docs (#17613)
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>
2025-05-01 23:45:02 +01:00

17 lines
477 B
Markdown

# Troubleshooting dev containers
## Dev Container Not Starting
If your dev container fails to start:
1. Check the agent logs for error messages:
- `/tmp/coder-agent.log`
- `/tmp/coder-startup-script.log`
- `/tmp/coder-script-[script_id].log`
1. Verify that Docker is running in your workspace.
1. Ensure the `devcontainer.json` file is valid.
1. Check that the repository has been cloned correctly.
1. Verify the resource limits in your workspace are sufficient.