Running VSCode in Docker

Running VSCode in Docker

I was excited to learn recently that you can run VSCode within Docker containers, due to the great work from the Coder team. If you’ve never encountered an entrypoint script before – it essentially is telling Docker that this specific piece of code must always execute when the container starts. All your extensions and VSCode configuration will persist in the local directory, so when you start up the container again you won’t have to set everything up again.

Source: binal.pub