Open gilesknap opened 11 months ago
Do we use any of the extras for the dev container? Or would a few docker/podman commands in the readme be sufficient?
@coretl the devcontainer.json specifies a bunch of host mounts, some environment variables and some command line options for podman.
This allows us to maintain those in a single place and be nice and DRY.
fair enough, should we also run CI using this too?
Where CI does run up a generic IOC container it does not run it as a devcontainer. It will run the runtime mode and use an ec
command to do so - therefore we don't need this for CI (thankfully)
This is going to be easier than I thought!
https://containers.dev/supporting#devcontainer-cli
@coretl I just found this and it looks promising