packages called containers A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application Docker and Containers + +
develop your application before you are ready to deploy • You may not want to include tools in a deployment image that you use during development Development vs production
with VS Code • Workspace files are mounted from the local file system or copied or cloned into the container. Extensions are installed and run inside the container, where they have full access to the tools, platform, and file system. Developing inside a Container
shortcuts Try to use dev environment when it has benefits + Save VS code settings in the shared container such as extensions First setup is a hassle and then enjoy working in devcontainer Summary + + +