From fe9132a3695c51a2d62b2f7bb9e8272a12436400 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 7 May 2024 13:57:33 -0600 Subject: [PATCH] Update Docker & Kubernetes/Docker/Custom Containers/Container Development.md --- .../Docker/Custom Containers/Container Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker & Kubernetes/Docker/Custom Containers/Container Development.md b/Docker & Kubernetes/Docker/Custom Containers/Container Development.md index 67c1b87..e4d2d94 100644 --- a/Docker & Kubernetes/Docker/Custom Containers/Container Development.md +++ b/Docker & Kubernetes/Docker/Custom Containers/Container Development.md @@ -7,7 +7,7 @@ This document will outline the general workflow of using Visual Studio Code to a ## Install Visual Studio Code The management of the Gitea repositories, Dockerfile building, and pushing container images to the Gitea container registry will all involve using just Visual Studio Code. You can download Visual Studio Code from this [direct download link](https://code.visualstudio.com/docs/?dv=win64user). -## Configure Docker Extension +## Configure Required Docker Extensions You will need to locate and install the `Dev Containers`, `Docker`, and `WSL` extensions in Visual Studio Code to move forward. This may request that you install Docker Desktop onto your computer as part of the installation process. Proceed to do so, then when the Docker "Engine" is running, you can proceed to the next step. !!! warning