1. 설치전 설정 2. 리눅스용 설치## 레드햇yum install qemu-guest-agent## debianapt-get install qemu-guest-agent## 시작 프로그랙 등록systemctl enable qemu-guest-agent## 서비스 시작systemctl start qemu-guest-agent 3. 윈도우용 설치https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/?C=M;O=D Index of /groups/virt/virtio-win/direct-downloads/archive-virtio fedorapeople.org 설치완료 root@pve:..
설치환경 시퓨 AMD 라노 A10 proxmox 설치 xenology 설치 docker 설치 헤놀로지 vm설치시 프로세스를 호스트로 설정해야 중첩가상화가 먹힘! docker-compose.yml version: "3" services: windows: image: dockurr/windows container_name: windows environment: VERSION: "winxp" devices: - /dev/kvm cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp stop_grace_period: 2m restart: on-failure docker run docker run -it --rm --name windows ..