From 3611fe091a466c81a9e491adc6eb783be3bcc5f9 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 7 May 2024 13:55:28 -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 6a56993..67c1b87 100644 --- a/Docker & Kubernetes/Docker/Custom Containers/Container Development.md +++ b/Docker & Kubernetes/Docker/Custom Containers/Container Development.md @@ -5,7 +5,7 @@ This document will outline the general workflow of using Visual Studio Code to a This document assumes you are authoring the containers in Microsoft Windows, and does not include the fine-tuning necessary to work in Linux or MacOS environments. You are on your own if you want to author containers in Linux. ## Install Visual Studio Code -You can download Visual Studio Code from this [direct download link](https://code.visualstudio.com/docs/?dv=win64user). +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 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.