Skip to content

Commit 41de862

Browse files
committed
docs: link to devcontainers blog post
1 parent 4e68d7a commit 41de862

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ A [template repository][template-repo] with a minimal [VS Code devcontainer][dev
44

55
Read the full documentation online: <https://compilerla.github.io/template-devcontainer>
66

7+
## Why?
8+
9+
Read more in our blog post: [How to support a platform-agnostic engineering team with VS Code Dev Containers](https://compiler.la/blog/2024/devcontainer-platform-agnostic-team).
10+
711
## Features
812

913
- Base Docker image `python:3.10` includes support for common dev tooling like `git`, `curl`, `pip`, and `pre-commit`

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Docs are built using [`mkdocs`](https://www.mkdocs.org/). This site is built usi
2020

2121
In no particular order, here are some reasons Compiler likes to use devcontainers as part of our software engineering workflow:
2222

23+
_Read more in our blog post: [How to support a platform-agnostic engineering team with VS Code Dev Containers](https://compiler.la/blog/2024/devcontainer-platform-agnostic-team)_.
24+
2325
| Reason | More |
2426
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
2527
| **Cross-platform** | With only VS Code and Docker as dependencies, devcontainers allow developers on Linux, Mac, and Windows to work in a consistent environment, no matter the project's stack |

0 commit comments

Comments
 (0)