- 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.
推薦閱讀
- JavaScript前端開發模塊化教程
- Building a Game with Unity and Blender
- Python自動化運維快速入門
- OpenCV for Secret Agents
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- 新編Premiere Pro CC從入門到精通
- Java應用開發技術實例教程
- Learning Network Forensics
- Java圖像處理:基于OpenCV與JVM
- Principles of Strategic Data Science
- Java程序設計基礎(第6版)
- Android Sensor Programming By Example
- PHP動態網站開發實踐教程
- HTML5/CSS3/JavaScript技術大全
- Unreal Engine Game Development Cookbook