OpenNebula / minione

Easy to use deployment tool for an OpenNebula evaluation environment
Apache License 2.0
173 stars 55 forks source link

docker image start on kvm host #74

Closed Andrysky closed 11 months ago

Andrysky commented 3 years ago

Description strange behavior

Step to Reproduce Front-end(ubuntu 20.10)

wget 'https://github.com/OpenNebula/minione/releases/latest/download/minione'
echo yes | sudo bash minione -f

3)download alpine(DockerHub) from apps( MarketPlace | DockerHub) image 4)deploy (create instances)

Сurrent behavior

sudo docker ps -a
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES

image image

same situation with "alpine_3.13 - LXD" if set host(Front-end) image image

Expected behavior status - PENDING / PROLOG_FAILURE /FAILURE

Additional context https://github.com/OpenNebula/one/issues/5367#issuecomment-829297085

xorel commented 11 months ago

There were a couple of fixes recently regarding DockerHub marketplace, hopefully, the issue was fixed.

Andrysky commented 10 months ago

@xorel hello, yes, it works now., can you please tell me what kind of magic - containers do not contain the Linux kernel ., then how did the alpine container start in a virtual machine?