The future on development is in dev containers: reproducible, versioned development environments that run on any machine with a Docker installation (Win/Mac/Linux). If you want all users of your project to have a consistent, customized environment, dev containers can be added to your repositories. Dev Containers make onboarding new developers easy while reducing the time to get started. After this session, you will be able to:
- Understand what dev containers are
- Know how to add and configure dev containers for a project
- Tool Installation
- Extensions
- Port Forwarding
- Installing software

Dev Containers currently require:

VS Code
VS Code Remote Containers extension
Docker Desktop

Comments

Comments are closed.