hectorm / docker-qemu-win2000
- среда, 17 ноября 2021 г. в 00:29:01
A Docker image for Windows 2000 Advanced Server with SP4.
A Docker image for Windows 2000 Advanced Server with SP4.
docker run --detach \
--name qemu-win2000 \
--device /dev/kvm \
--publish 127.0.0.1:3389:3389/tcp \
--publish 127.0.0.1:5900:5900/tcp \
--publish 127.0.0.1:6080:6080/tcp \
docker.io/hectormolinero/qemu-win2000:latestThe instance can be accessed from:
Administrator / password.docker exec -it qemu-win2000 vmshellAdditionally the contents of the /mnt/ directory in the container will be exposed on the Z: drive via SMB.
VM_CPUNumber of cores the VM is permitted to use (2 by default).
VM_RAMAmount of memory the VM is permitted to use (512M by default).
VM_KEYBOARDVM keyboard layout (en-us by default).
VM_KVMStart QEMU in KVM mode (true by default).
The
--device /dev/kvmoption is required for this variable to take effect.
"Your scientists were so preoccupied with whether or not they could, that they didn't stop to think if they should."
Dr. Ian Malcolm
This project is not affiliated with and has not been approved by Microsoft. The Windows 2000 Advanced Server disk image used in this demonstration has been obtained from WinWorld and it is published for digital preservation and demonstration purposes only.
See the license file.