docker on kvm on proxmox4 works for me.

tukiyo3

Well-Known Member
Sep 13, 2015
30
1
48
* dockerでKVM動かし、Proxmox4を動かす - Qiita

```
qemu-img create -f qcow2 mox9gb.qcow2 9G
```

```
docker-compose.yml
kvm:
image: ianblenke/kvm
container_name: kvm
tty: true
privileged: true
ports:
- "5900:5900"
- "8006:8006"
volumes:
- .:/mnt/
command: "/run.sh \
-name kvm -smp 2 -m 2512 \
-vnc :0 \
-vga qxl \
-k ja \
-redir tcp:8006::8006 \
-cdrom /mnt/proxmox-ve_4.1-2f9650d4-21.iso \
-drive file=/mnt/mox9gb.qcow2,if=virtio"
```
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!