Talk in English - US at Longhorn PHP Conference 2023
Track Name:
Elm
Short URL: https://joind.in/talk/b2746
(QR-Code (opens in new window))
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.
Really great speaker and enjoyed his easy and informative ability to relay complex ideas and information.
I was skeptical using Dev Containers, but I think I might give it a try after watching Chris speak and show it off!
Thanks Chris!
Great talk, woild love to see how this works in phpstorm, as most developers really like their tools of choice.
Lots of great information here, may be of use to me now or in the future as I think about modernizing my teams dev stack.
Great job :) That was very technical but also easy to understand.
Informational, and I liked the live demo style.
Great demos w/ practical real world example. The enthusiasm and passion for these tools really shows.
Enthusiastic delivered, a few fun opinions mixed in, great talk!
This was great, I had no idea of the level of additional integration that exists now to orchestrate and integrate containers into the development experience. This is just the start of me researching more into this, thank you for all the great information.
This was a great overview of the Development Containers spec and how they can be used within GitHub and VS Code. Chris is highly knowledgeable and was also quick to deliver informative replies when they came from the audience. Should I switch my IDE to VS Code now? Maybe!
Great intro to a technology I’ve never used. As a phpstorm user, gives me a reason to try vs code, and to pay more attention to code spaces.