8000 add enhanced docs for creating & troubleshooting templates by bpmct · Pull Request #2546 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

add enhanced docs for creating & troubleshooting templates #2546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/templates.md
Co-authored-by: Katie Horne <katie@coder.com>
  • Loading branch information
bpmct and Katie Horne authored Jun 21, 2022
commit 97490549e7bfbccafdd3a9f3324e509a28617146
2 changes: 1 addition & 1 deletion docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ practices:

- Ensure the resource has `curl` installed
- Ensure the resource can reach your Coder URL
- Manually connect to the resource (e.g `docker exec` or AWS console)
- Manually connect to the resource (e.g., `docker exec` or AWS console)
- The Coder agent logs are typically stored in (`/var/log/coder-agent.log`)


Expand Down
0