Public Cloud OVHcloud - Docker for Dekstop sur Windows 10 Pro sur PCI
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

Docker for Dekstop sur Windows 10 Pro sur PCI

Von
GuillaumeC8
Erstellungsdatum 2018-11-09 21:33:58 (edited on 2024-09-04 14:17:13) in Public Cloud OVHcloud

Bonjour,
j'aimerais faire tourner docker desktop sur une vm Windows 10 Pro sur le Public Cloud. Mais j'ai un petit soucis avec Hyper V ...

Voici comment j'ai procédé :
1/ j'ai créé une vm dans vmware sur ma machine en activant la virtualisation Nested et docker for windows en mode conteneur windows fonctionne

2/ j'envoi cette image via l'api openstack :
`openstack image create --private --container-format bare --property system_cloud_property=windows --property hw_disk_bus=ide --property hw_vif_model=e1000 --property hypervisor_type=hyperv --property hw_cpu_features=vmx --disk-format vmdk --file win10.vmdk win10`

3/ je crée une instance cloud :
`openstack server create --image win10_docker --nic net-id=******** --flavor win-eg-7 win10docker`

Jusque la tout va bien, ma vm windows démarre sur openstack et même docker démarre. Cependant dès que j'essaie d'instancier un conteneur j'ai une erreur du type docker ne trouve hyperv.

Quelqu'un aurait une idée ?

Cdlt