- 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.
推薦閱讀
- 深度實(shí)踐OpenStack:基于Python的OpenStack組件開發(fā)
- Mastering RabbitMQ
- FFmpeg入門詳解:音視頻流媒體播放器原理及應(yīng)用
- Nginx Essentials
- Learning Salesforce Einstein
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題解析與實(shí)驗(yàn)指導(dǎo)
- 深度學(xué)習(xí)原理與PyTorch實(shí)戰(zhàn)(第2版)
- GitHub入門與實(shí)踐
- PrimeFaces Blueprints
- Mastering SciPy
- Oracle Database XE 11gR2 Jump Start Guide
- Python 3快速入門與實(shí)戰(zhàn)
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實(shí)踐
- SQL Server 2014 Development Essentials
- 軟件再工程:優(yōu)化現(xiàn)有軟件系統(tǒng)的方法與最佳實(shí)踐