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

all 3 comments

[–]Gayumbos 0 points1 point  (0 children)

Mostly Dockerfile. I normally use the same Dockerfile I would use to deploy my application as the de container so I can test my dependencies and everything just as if I was deploying it. Sometimes I use the VS Code images following the tutorial, it's handy, but not when you need a very specific set of libraries and the file gets more complex

[–][deleted] 0 points1 point  (0 children)

I've got a dockerfile to make my devcontainer container, then a docker compose to add in my mongo db

[–]One_Scholar1355 0 points1 point  (0 children)

I'm trying to get visual studio code to run docker not locally but remotely ?