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