Category: Vscode

  • How to Manage Docker Using VS Code

    How to Manage Docker Using VS Code

    You can manage Docker images and containers directly within Visual Studio Code (VS Code) with Microsoft’s Docker extension. This article walks you through adding Docker files to a Workspace, creating a containerized application environment, and explains how to build and run Docker containers directly from the VS Code interface. Prerequisites To follow this guide, you…

  • Mastering Debugging with Docker in Visual Studio Code

    Mastering Debugging with Docker in Visual Studio Code

    This post will guide you in debugging containerized apps running in Docker using Visual Studio (VS) Code. Prerequisites The following things are required to follow along with this post: Visual Studio Code Docker Debugging a PHP app Visual Studio Code has built-in support for debugging Node.js apps, but for setting up debugging for a PHP…