dfs
This commit is contained in:
parent
4d7f8730c3
commit
d0e2ef6fae
1 changed files with 3 additions and 2 deletions
|
|
@ -17,8 +17,9 @@ services:
|
||||||
RAM_SIZE: "4G"
|
RAM_SIZE: "4G"
|
||||||
CPU_CORES: "4"
|
CPU_CORES: "4"
|
||||||
DISK_SIZE: "64G"
|
DISK_SIZE: "64G"
|
||||||
QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio"
|
DISK2_SIZE: "128G"
|
||||||
|
#QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio"
|
||||||
# EXTRA_DISKS: /disk/data.vhd
|
# EXTRA_DISKS: /disk/data.vhd
|
||||||
volumes:
|
volumes:
|
||||||
- /DockerVol/windows:/storage
|
- /DockerVol/windows:/storage
|
||||||
- /DockerVol/windows/data.vhd:/virtio/data.vhd
|
- /DockerVol/windows/storage:/storage2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue