Slide 32
Slide 32 text
Image & Dockerfile of Windows Container
Docker Enterprise on Windows Server 2019で プロセス分離モード で確認
>docker run -it --isolation=process --rm mcr.microsoft.com/windows/servercore:1809 cmd
Microsoft Windows [Version 10.0.17763.1397]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\>dir
Volume in drive C has no label.
Volume Serial Number is 5EE3-A54B
Directory of C:\
05/07/2020 04:48 AM 5,510 License.txt
08/06/2020 04:55 PM Program Files
08/06/2020 04:53 PM Program Files (x86)
08/06/2020 04:56 PM Users
08/17/2020 02:29 AM Windows
1 File(s) 5,510 bytes
4 Dir(s) 21,165,944,832 bytes free
フォアグラウンドでコンテナを起動します。