
설치환경
시퓨 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 -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
https://github.com/dockur/windows
GitHub - dockur/windows: Windows in a Docker container.
Windows in a Docker container. Contribute to dockur/windows development by creating an account on GitHub.
github.com
https://sungyong.medium.com/vdi-using-qemu-over-docker-4c780029353c
VDI using qemu over docker
VDI(Virtual Desktop Infra) 쪽도 많이 다양해지고, 편해지고 있다.
sungyong.medium.com
proxmox에서_vm의_cpu_type을_host_로_설정해야_하는_이유 [AllThatLinux!]
https://access.redhat.com/discussions/6959360 에 의하면 RHEL 8과 RHEL 9에 필요한 CPU 기능은 다릅니다. Packer/Qemu에서 커널이 충돌하는 것을 보고 버그(https://bugzilla.redhat.com/show_bug.cgi?id=2094260)를 제출했습니다.
atl.kr
'# Virtualation > Docker' 카테고리의 다른 글
windows2000 install(ft. docker) (0) | 2024.04.09 |
---|---|
NPM install(ft. docker) (0) | 2024.04.08 |
zabbix install(ft. docker) (0) | 2024.03.25 |
[vagrant]centos container install(provider docker) (0) | 2023.04.05 |
Vagrant (0) | 2023.04.05 |
안녕하세요. 이곳은 IT위주의 잡다한 정보를 올려두는 개인 블로그입니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!