docker错误与预创build检查:“我们支持从版本5开始的Virtualbox

我正在尝试在Fedora OS版本25中使用以下命令创builddocker计算机主机。

docker-machine create -driver=virtualbox host01 

执行命令时出现错误。

 Error with pre-create check: "We support Virtualbox starting with version 5. Your VirtualBox install is \"WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (4.10.12-200.fc25.x86_64) or it failed to load. Please try load the kernel module by executing as 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 You will not be able to start VMs until this problem is fixed.\\n5.1.26r117224\". Please upgrade at https://www.virtualbox.org" 

我已经安装了virtualbox最新版本。 运行build议的命令

  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 

我得到了下面的错误

 Last metadata expiration check: 0:48:35 ago on Thu Aug 17 22:38:47 2017. Package akmods-0.5.6-7.fc25.noarch is already installed, skipping. No package --kernels available. No package 4.10.12-200.fc25.x86_64 available. 

有什么build议么?