因想试试在电脑上玩玩手机游戏,为此安装腾讯应用宝,结果启动docker后,docker无法启动,报错如下:
Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS.
此为解决方案
2024年7月23日大约 2 分钟
因想试试在电脑上玩玩手机游戏,为此安装腾讯应用宝,结果启动docker后,docker无法启动,报错如下:
Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS.
此为解决方案
本文介绍如何构建cloudreve捐赠版的docker镜像,包括修改Dockerfile和配置docker-compose文件。
只需要在官网登录下载最新的cloudreve,官方构建打包好的程序然后使用官方dockerFile构建即可。
docker run --name some-mysql -v /my/own/datadir:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag
拉取
docker pull redis:latest