Windows Server コンテナーと Windows Subsystem for Linuxについて説明したAzureウェビナー資料。Windows Server 2019ベースで紹介。2018年11月27日に実施したWebinarの資料に、Azure Container Registryのスライドを追加したもの。
1 of 134
More Related Content
Windows Server Container and Windows Subsystem for Linux
4. ? Windows コンテナーの基礎
? Windows 上での Linux コンテナー
? Windows コンテナーでの、Windows Active Directory認証
? Windows コンテナー展開先の選択肢
? Windows Subsystem for Linux (WSL)
19. Visual Studio (Windows)
Visual Studio for Mac
Visual Studio Code (クロスプラットフォーム)
Support for:
- Docker - Windows コンテナー
- Docker - Linux コンテナー
- マルチコンテナーのアプリケーション デバッグ
による、
既存アプリのコンテナ化
80. 入れ子になった仮想化による仮想マシンでの Hyper-V の実行 ( https://docs.microsoft.com/ja-
jp/virtualization/hyper-v-on-windows/user-guide/nested-virtualization ) を、参照
①
② ③
82. Nested Virtualization in Azure
We announced nested virtualization support coming to Azure with
Dv3 or Ev3 series at //build session last month.
90. ? コンテナーの動向
? Windows コンテナーの基礎
? Windows 上での Linux コンテナー
? Windows コンテナーでの、Windows Active Directory認証
? Windows Subsystem for Linux (WSL)
92. テスト環境用仮想マシン
Windows Server 2016 以降の Docker Engine
Docker engine と
Docker CLI
docker pull
PC 上の開発環境
Windows 10 以降のDocker for Windows
Windows Server Core Container上の
ASP.NET (.NET Framework)
Windows Server Core Container上の
SQL Server
Docker engine と
Docker CLI
ローカルの
Docker イメージ
レポジトリー
docker push
Container Registry
Docker Hub
もしくは
Azure Container Registry
docker-compose build
or
docker build (*) SQL Serverのコンテナーは、開発/テスト環境向けです。
本番環境では、Azure SQL Databaseのような高可用性システムへ移行してください。
(*)
Docker-compose up
ローカルの
Docker イメージ
レポジトリー
93. Windows コンテナー 展開先の選択肢
Azure Container Instances (ACI)
Azure Virtual Machine ( Windows Server 2016/2019 )
Docker Engine
Azure App Service
(Windows コンテナー対応はプレビュー)
Azure Kubernetes Service
(Windows コンテナー対応はプレビュー)
Service Fabric (Mesh or cluster)
(Service Fabric meshはプレビュー)
94. Visual Studio (Windows)
Visual Studio for Mac
Visual Studio Code (クロスプラットフォーム)
Support for:
- Docker - Windows コンテナー
- Docker - Linux コンテナー
- マルチコンテナーのアプリケーション デバッグ
による、
既存アプリのコンテナ化
114. ? WSL install will try to automatically change the Ubuntu locale to match the locale of
your Windows install. If you do not want this behavior you can run this command to
change the Ubuntu locale after install completes. You will have to relaunch bash.exe for
this change to take effect.
? The below example changes to locale to en-US:
https://docs.microsoft.com/ja-jp/windows/wsl/faq
129. ? No! WSL is a tool aimed at enabling users who need them to run
Bash and core Linux command-line tools on Windows.
? WSL does not aim to support GUI desktops or applications (e.g.
Gnome, KDE, etc.)
? Also, even though you will be able to run many popular server
applications (e.g. Redis), we do not recommend WSL for hosting
production services – Microsoft offers a variety of solutions for
running production Linux workloads in Azure, Hyper-V, and Docker.
https://docs.microsoft.com/ja-jp/windows/wsl/faq
134. ? 2019 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.
The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market
conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.
MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.