osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
533 stars 68 forks source link

Add support for interacting with dev containers #270

Open tfoote opened 4 months ago

tfoote commented 4 months ago

If people put the time in to setup dev containers for repos rocker should be able to invoke them effectively.

https://containers.dev/implementors/spec/

blooop commented 3 months ago

This feature will require rocker to be able to build Dockerfiles. Are there any architectural considerations to adding that capability to rocker?

tfoote commented 2 months ago

Generally yes, rocker already does overlays on base images, so following the same approach might work for the dev containers. Alternatively it might make sense to leverage external capabilities if they exist to build the containers first then run them.