Difference between revisions of "Containers 2026"
m (Add further notes on devcontainer and docker-compose.yml) |
m (Add ZephyrRTOS-Project docker image repo) |
||
| Line 28: | Line 28: | ||
(7) https://forge.hefr.ch/serge.ayer/zephyr-dev-devcontainer/-/blob/main/.devcontainer/docker-compose.yml?ref_type=heads | (7) https://forge.hefr.ch/serge.ayer/zephyr-dev-devcontainer/-/blob/main/.devcontainer/docker-compose.yml?ref_type=heads | ||
| + | |||
| + | ZephyrRTOS-Project docker image repo: | ||
| + | |||
| + | (8) https://github.com/zephyrproject-rtos/docker-image | ||
Revision as of 06:32, 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:
(6) https://containers.dev/guide/dockerfile
A github project with example `devcontainer.json` and `docker-compose.yml`:
ZephyrRTOS-Project docker image repo: