感谢,收藏备用
docker方式安装?
不行呀!
docker-compose up -d
ERROR: In file './docker-compose.yaml', service 'x-name' must be a mapping not a string.
不行呀!
docker-compose up -d
ERROR: In file './docker-compose.yaml', service 'x-name' must be a mapping not a string.
删掉第一行
这是个私有库
根本就不能下载
还是换成这个吧
yml
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "win11"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
这个虚拟机安装后需要多大空间?
这个虚拟机安装后需要多大空间?
大多数容器分片都是共用的
没法精确计算一个单独的container
ERROR: The Compose file './docker-compose.yaml' is invalid because:
Unsupported config option for volumes: 'data'
Unsupported config option for services: 'windows'
不支持啊咋整?
ERROR: The Compose file './docker-compose.yaml' is invalid because:
Unsupported config option for volumes: 'data'
Unsupported config option for services: 'windows'
不支持啊咋整?
我跟你一样报错
浏览器中打开127.0.0.1:8006后,运行至一半丢失连接,再重新进进不去了!如下图:
经过在论坛中反复搜索并试验,docker下的windows终于启动成功了!需要在bios中打开Intel VT-x选项😄
感谢各位大神,给我们创造了无限可能!
Popular Events
More
新建一个文件,命名为docker-compose.yaml
填入
打开终端,执行
在浏览器中打开127.0.0.1:8006
你的windows能用了!