Skip to content

Commit abd91a2

Browse files
committed
changes from code review
1 parent 9eb367d commit abd91a2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/user-guides/devcontainers/troubleshooting-dev-containers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ If your dev container fails to start:
1212
- `/tmp/coder-agent.log`
1313
- `/tmp/coder-startup-script.log`
1414
- `/tmp/coder-script-[script_id].log`
15-
- `/tmp/devcontainer-build.log`
1615

1716
1. Verify that Docker is running in your workspace.
1817
1. Ensure the `devcontainer.json` file is valid.
@@ -23,7 +22,6 @@ If your dev container fails to start:
2322
## Rebuild prompt does not appear
2423

2524
1. Confirm that you saved `devcontainer.json` in the correct repo path detected by Coder.
26-
1. Run `coder devcontainer rebuild` manually.
2725
1. Check agent logs for `devcontainer build` errors.
2826

2927
## Known Limitations

docs/user-guides/devcontainers/working-with-dev-containers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ work.
4949

5050
## Port Forwarding
5151

52-
Coder automatically forwards any port declared in `appPort`, `forwardPorts`,
53-
or exposed by `docker-compose.yml`.
52+
Coder automatically forwards any port declared in `appPort` or `forwardPorts`.
5453
Use the dashboard to open a forwarded port, or the CLI:
5554

5655
```console

0 commit comments

Comments
 (0)