Dev containers
==============
I am reading through several documents and guides about dev containers
( `1 `_,
`2 `_,
`3 `_,
`4 `_,
`5 `_,
`6 `_).
I am trying to avoid having to use vscode.
There is one emacs extension (`devcontainer-mode `_ recently available (Feb 2025?) that I may
look at too. One other extension referenced is `lsp-docker `_, but that might
be useful only for language servers? I will have to understand or find out.
Other preferences I have are that I want to use podman instead of docker.
I don't understand well the place of 'docker compose'. That is where a
dose of reading the `docs `_ might help.
I should also check the page of `dev container cli `_ (also `here `_) which is a reference implementation to use devcontainer.json without using vscode.