- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 203字
- 2021-06-24 16:53:58
Preparing a Visual Studio Code workspace
The first step is preparing the Visual Studio Code workspace. Visual Studio Code requires you to install an additional extension for managing Docker. Let's get started:
- In order to do that, open the Extensions view by pressing Ctrl + Shift + X.
- In Extensions: Marketplace, search for docker and install the official Docker extension from Microsoft:
All of the operations demonstrated in this section can be performed without Visual Studio Code, in any code/text editor and using the command line. Visual Studio Code is a useful, multi-platform IDE for developing and testing applications running in Docker containers.
After the installation is complete, Docker Explorer will become available:

- You can also leverage new Docker-oriented commands from the Command Palette after pressing Ctrl + Shift + P and typing docker into the search bar:
- Now, initialize the workspace by opening the desired folder using the Ctrl + K, Ctrl + O shortcut or navigating to File | Open Folder....
In the next subsection, we will create a demonstration HTML web page that will be hosted inside the Windows container.
推薦閱讀
- Mastering Visual Studio 2017
- Python編程自學手冊
- The Android Game Developer's Handbook
- C#完全自學教程
- SQL for Data Analytics
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Mastering Data Mining with Python:Find patterns hidden in your data
- C++反匯編與逆向分析技術揭秘(第2版)
- OpenMP核心技術指南
- Kotlin Programming By Example
- Arduino電子設計實戰指南:零基礎篇
- OpenCV Android開發實戰
- 編程的原則:改善代碼質量的101個方法
- 精通Rust(第2版)
- 給產品經理講技術