FGO-py完整指南:智能自动化你的Fate/Grand Order游戏体验
2026/7/19 18:38:03
要运行Windows容器,你需要访问运行Docker的Windows主机。如果你不是使用Windows 10专业版,也可以在macOS和Linux上实现。
Windows 10专业版原生支持Windows容器,但默认配置是运行Linux容器。若要切换到Windows容器,可按以下步骤操作:
1. 右键点击系统托盘中的Docker图标。
2. 从菜单中选择“Switch to Windows containers …”。
3. 在弹出的提示框中点击“Switch”按钮,几秒后即可管理Windows容器。可通过以下命令验证:
$ docker version此时输出的Docker Engine的OS/Arch应为“windows/amd64”。
在macOS和Linux机器上使用Windows容器,可借助Stefan Scherer整理的资源。具体操作步骤如下:
1. 下载并安装以下工具:
- Vagrant(https://www.vagrantup.com/downloads.html )
- Virtualbox(https://www.virtualbox.org/wiki/Downloads )
2. 打开终端,进入相关仓库的chapter06/docker-machine文件