docker Error with pre-create check: "We support Virtualbox starting with version 5 -


i'm trying create docker machine host using following command in fedora os version 25.

docker-machine create -driver=virtualbox host01 

i below error while executing command.

error pre-create check: "we support virtualbox starting version 5. virtualbox install \"warning:  vboxdrv kernel module not loaded.  either there no module available current kernel (4.10.12-200.fc25.x86_64) or failed load. please try load kernel module executing root dnf install akmod-virtualbox kernel-devel-4.10.12-200.fc25.x86_64            akmods --kernels 4.10.12-200.fc25.x86_64 && systemctl restart systemd-modules-load.service  not able start vms until problem fixed.\\n5.1.26r117224\".  please upgrade @ https://www.virtualbox.org" 

i have virtualbox latest version installed. running command suggested

 sudo dnf install akmod-virtualbox kernel-devel-4.10.12-200.fc25.x86_64 akmods --kernels 4.10.12-200.fc25.x86_64 && systemctl restart systemd-modules-load.service 

i got below error

last metadata expiration check: 0:48:35 ago on thu aug 17 22:38:47 2017. package akmods-0.5.6-7.fc25.noarch installed, skipping. no package --kernels available. no package 4.10.12-200.fc25.x86_64 available. 

any suggestions?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -