LoginSignup
1
2

More than 5 years have passed since last update.

Windows Server Container コンテナ共有フォルダ作成

Posted at

コンテナホストとコンテナ間でファイルを共有できます。

Powershellより以下を実行。

Add-ContainerSharedFolder -ContainerName Mycont01 -SourcePath c:\data_source -DestinationPath c:\shared_data

Mycont01:任意のコンテナ名を指定
c:\data_source:コンテナホストのフォルダ名
c:\shared_data:コンテナのフォルダ名

参考URL:https://msdn.microsoft.com/ja-jp/virtualization/windowscontainers/management/manage_data

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2