- 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.
推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- Learning Scala Programming
- .NET之美:.NET關鍵技術深入解析
- 零起步玩轉掌控板與Mind+
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- MongoDB for Java Developers
- Java程序員面試算法寶典
- Blockly創意趣味編程
- Backbone.js Blueprints
- 概率成形編碼調制技術理論及應用
- Python面向對象編程:構建游戲和GUI
- C語言程序設計同步訓練與上機指導(第三版)
- H5頁面設計:Mugeda版(微課版)
- Learning Docker Networking
- C++ Application Development with Code:Blocks