Update Docker & Kubernetes/Docker/Custom Containers/Container Development.md

This commit is contained in:
Nicole Rappe
2024-05-07 13:55:28 -06:00
parent 7841aee4f2
commit 3611fe091a

View File

@ -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. 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 ## 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 ## 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. 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.