- Learning Windows Server Containers
- Srikanth Machiraju
- 260字
- 2021-07-02 23:23:26
Installing base OS images and verifying installation
The following steps will explain how to connect to an Azure VM and verify whether the machine is ready for Windows Server Container development:
- Once the VM is created and running, the status of the VM on the tile will be shown as Running:

We can connect to Azure VMs primarily in two ways using RDP and remote PowerShell. In this sample, we will be using RDP to connect to the Azure VM.
- Select the tile and click on the connect icon. This downloads a remote desktop client to your local machine, as shown in the following screenshot:

If you are using any browser other than IE 10 or Edge, please check for the .rdp file in the respective downloads folder.
- Double-click the .rdp file and click Connect to connect to the VM.
- Enter the username and password used while creating the VM to log in to the VM.
- Ignore the Security Certificate Warning and click on Yes.
- Ensure that the containers feature is installed by running the following command:
Get-WindowsFeature -Name Containers
This should show Installed in the Install State of containers, as shown in the following screenshot:

- Ensure that the Docker client and engine is installed using the following commands on PowerShell CLI and verify the version:
docker version
The preceding command gives the following output:

docker info provides the current state of the Docker daemon, such as the number of containers running, paused or stopped, the number of images, and so on, as shown in the following screenshot:

- Learning OpenDaylight
- 嵌入式Linux開發(fā)技術(shù)
- Linux操作系統(tǒng)基礎(chǔ)
- SOA實踐者說
- 新手易學(xué):系統(tǒng)安裝與重裝
- Windows Phone 7.5 Data Cookbook
- 異質(zhì)結(jié)原理與器件
- Instant Optimizing Embedded Systems using Busybox
- 注冊表應(yīng)用完全DIY
- ElasticSearch Cookbook
- Django Project Blueprints
- 寫給架構(gòu)師的Linux實踐:設(shè)計并實現(xiàn)基于Linux的IT解決方案
- Linux基礎(chǔ)使用與案例
- CentOS 6 Linux Server Cookbook
- Linux操作系統(tǒng)