|
1 month ago | |
---|---|---|
.dockerignore | 1 month ago | |
.gitignore | 1 month ago | |
Dockerfile | 1 month ago | |
README.md | 1 month ago | |
start.sh | 1 month ago | |
user.ini | 1 month ago |
apt install qemu-nbd
docker build -t solaris -t solaris:2.6 .
modprobe nbd max_part=16
qemu-img create -f qcow2 disk.qcow2 5G
qemu-nbd -c /dev/nbd1 disk.qcow2