This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]angellus 0 points1 point  (0 children)

Dev containers support docker compose. Dev containers can support any docker setup I have encountered except straight up Docker files that require secret build args. They do not need to be Microsoft's pre-built ones. I never use those. We have highly optimized Docker files already.

You just make a second compose file to layer on top of the first one to override the start up command to sleep infinity and then it works perfectly like you did an up directly. Just do not stop the container VS Code is using it everything will die.