Difference between revisions of "Containers 2026"
Jump to navigation
Jump to search
m (Goliath company post on devcontainers) |
m (Add devcontainer reference links) |
||
| Line 16: | Line 16: | ||
(4) https://blog.golioth.io/build-before-installing-zephyr-dev-environment-using-codespaces/ | (4) https://blog.golioth.io/build-before-installing-zephyr-dev-environment-using-codespaces/ | ||
| + | |||
| + | An example .devcontainer file here but article is Java specific an talks a lot about a Java project. | ||
| + | |||
| + | (5) https://medium.com/versent-tech-blog/introduction-to-dev-containers-4c01cb1752a0 | ||
| + | |||
| + | Best article yet, more general but good explanation: | ||
| + | |||
| + | (6) https://containers.dev/guide/dockerfile | ||
Revision as of 05:39, 26 January 2026
Note on Devcontainers
Found this first:
Followed only the install step of these steps . . . this article seems to be talking about some software called "Zephyr" which is unrelated to Zephyr RTOS Project:
(2) https://docs.docker.com/engine/install/ubuntu/s
Mention here of `compose.yml`:
(3) https://embedded-house.ghost.io/zephyr-with-dev-containers/
Goliath company post on devcontainers:
(4) https://blog.golioth.io/build-before-installing-zephyr-dev-environment-using-codespaces/
An example .devcontainer file here but article is Java specific an talks a lot about a Java project.
(5) https://medium.com/versent-tech-blog/introduction-to-dev-containers-4c01cb1752a0
Best article yet, more general but good explanation: