0
我正在運行docker for mac並希望啓動一個Windows容器。從我看到這應該通過虛擬機工作。但我不清楚在哪裏可以找到如何使用它的工作?或者它只適用於Linux容器?提前致謝!如何在osx上運行docker windows容器?
docker build nanoserver/
Sending build context to Docker daemon 2.56kB
Step 1/6 : FROM microsoft/nanoserver:10.0.14393.1480
10.0.14393.1480: Pulling from microsoft/nanoserver
bce2fbc256ea: Pulling fs layer
baa0507b781f: Pulling fs layer
image operating system "windows" cannot be used on this platform
Docker添加了一些實驗,其中顯示了使用Windows Containers進行設置的所有方法。在OSX上執行此操作的唯一方法是使用虛擬機或使用Azure等雲提供程序:https://github.com/docker/labs/blob/master/windows/windows-containers/Setup.md –