Difference between revisions of "Containers 2026"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
(Create local page for docker container use notes)
 
m (Add to notes on container config)
Line 5: Line 5:
 
(1) https://www.docker.com/blog/streamlining-local-development-with-dev-containers-and-testcontainers-cloud/
 
(1) https://www.docker.com/blog/streamlining-local-development-with-dev-containers-and-testcontainers-cloud/
  
Followed these steps:
+
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/
+
(2) https://docs.docker.com/engine/install/ubuntu/s
 +
 
 +
Mention here of `compose.yml`:
 +
 
 +
(3) https://embedded-house.ghost.io/zephyr-with-dev-containers/

Revision as of 04:19, 26 January 2026

Note on Devcontainers

Found this first:

(1) https://www.docker.com/blog/streamlining-local-development-with-dev-containers-and-testcontainers-cloud/

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/