10 results found
-
Advanced container configuration - Visual Studio Code
Advanced container configuration The articles in this section cover advanced container configuration when working with the Visual Studio Code Dev Containers extension. Working with containers The Visual Studio Code Dev Containers extension lets you use a Docker container as a full-featured development environment. It allows you to open any folder inside (or mounted into) a container and take ...
-
Developing inside a Container - Visual Studio Code
Developing inside a Container The Visual Studio Code Dev Containers extension lets you use a container as a full-featured development environment. It allows you to open any folder inside (or mounted into) a container and take advantage of Visual Studio Code's full feature set. A devcontainer.json file in your project tells VS Code how to access (or create) a development container with a well ...
-
Working with Kubernetes in VS Code
Working with Kubernetes in Visual Studio CodeWorking with Kubernetes in VS Code This document will walk you through the process of deploying an application to Kubernetes with Visual Studio Code. Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. We will show you how to create a Kubernetes cluster, write a Kubernetes manifest ...
-
Custom Dev Container Features - Visual Studio Code
Custom Dev Container Features September 15, 2022 by Brigit Murtaugh, @BrigitMurtaugh We've all had that moment when setting up our development environment – "Oh, I just need one more thing!" – that "thing" being one more language or toolset (or maybe a few more 😊) to work on your project. Development containers are a great way to simplify environment set up - they provide a complete ...
-
Use Docker or Kubernetes from a container - Visual Studio Code
Use Docker or Kubernetes from a containerUse Docker or Kubernetes from a container While you can build, deploy, and debug your application inside a dev container, you may also need to test it by running it inside a set of production-like containers. Fortunately, by installing the needed Docker or Kubernetes CLIs and mounting your local Docker socket, you can build and deploy your app's ...
-
VS Code Remote Development
GitHub Codespaces GitHub Codespaces provides remote development environments that are managed for you. You can configure and create a development environment hosted in the cloud, which is spun up and available when you need it. Questions or feedback See Tips and Tricks or the FAQ. Search on Stack Overflow. Add a feature request or report a problem.
-
Using Containers to move from Local to Remote Development
Increase productivity by moving your development environment from local, to containers, to the cloud.
-
Dev Containers FAQ - Visual Studio Code
Dev Containers FAQ This article includes some of the common questions for getting the Dev Containers extension up and running in different environments. Do "dev container definitions" define how an application is deployed? No. A development container defines an environment in which you develop your application before you are ready to deploy. While deployment and development containers may ...
-
Configure separate containers - Visual Studio Code
Configure separate containers for multiple projectsConfigure separate containers While development containers often are tied to a single folder, repository, or project, they can also be used with multiple folders as a way to simplify setup or separate your tools. Imagine you had your source code across multiple repositories in a single folder for a given toolset. For example:
-
The dev container CLI - Visual Studio Code
The dev container CLI May 18, 2022 by Brigit Murtaugh, @BrigitMurtaugh TL;DR A consistent environment anywhere with the dev container CLI The development container teams at Microsoft and GitHub are excited to release an open source command-line interface (CLI) as part of the new Development Containers Specification. We'd love your feedback in this issue, or new issues and pull requests in the ...