laradock

laradock win10安装

蓝咒 提交于 2019-12-01 18:42:24
之前也有尝试过Windows10安装docker,安装成功了之后一直用不了docker-compose,但是这次重新装了系统,专业版的Windows10系统,安装了docker之后,docker-compose可以使用了(ps:我安装了docker之后又安装了docker toolbox,尝试了一下docker-compose可以使用了,就卸载了) 我采用了一个docker环境对应多个项目的设置,如果是一个环境对应一个项目则可以参考官网文档,都差不多 其实安装步骤很简单: 我是参考了官网的文档: http://laradock.io/getting-started/ 1、本地安装好git,下载地址: https://git-scm.com/download/win 2、安装docker,下载地址: https://store.docker.com/editions/community/docker-ce-desktop-windows 3、git克隆laradock项目到任意目录,我是放在了我的代码目录,因为默认你的项目目录是在laradock目录的兄弟目录(同级) git命令: git clone https://github.com/Laradock/laradock.git 4、nginx配置虚拟域名和工作目录: 进入laradock/nginx/sites目录下面

windows10 专业版 64位系统安装docker并使用 laradock 搭建 laravel 环境

此生再无相见时 提交于 2019-12-01 18:42:11
windows10 专业版 64位系统安装docker docker官网 docker官网安装文档 安装说明 windows 10 系统需要开启 Hyper-V 开启方式如下图: 打开控制面板-程序-程序和功能-启用或关闭 windows 功能 找到有关 Hyper-V 的项,全部选中 如果发现关于 Hyper-V 的选项无法开启,那么就需要进入 bios 开启虚拟化。开启方法见如下链接: 如何查看自己的Win10电脑是否能运行Hyper-V虚拟机 查看 Hyper-V 固件中启用的虚拟化是否开启的步骤:Win + R 输入 “msinfo32 ” 即可看到“系统信息”窗口。 进入 bios 开启固件虚拟化的方法步骤:进入 bios 设置界面,切换到 Advanced 标签,选中 CPU Configuration 设置 Intel Virtualization Technology 为 Enabled。(不同的主板可能会有不同的设置方法,主要是将 Intel Virtualization Technology 设置为 Enabled 即可) 再次打开【启用或关闭 windows 功能界面】开启 Hyper-V 所有选项。 下载 Docker Desktop for Windows desktop app 下载 Docker Desktop for Windows app

Fails to initialize MySQL database on Windows 10

强颜欢笑 提交于 2019-11-29 09:31:58
Using Laradock System Info: Docker version: 17.10.0-ce, build f4ffd25 OS: Windows 10 Home When I run docker-compose up -d mysql I'm getting error. Following is the docker logs [Note] Basedir set to /usr/ [Warning] The syntax '--symbolic-links/-s' is deprecated and will be removed in a future release [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release. [ERROR] --initialize specified but the data directory has files in it. Aborting. [ERROR] Aborting I have tried deleting

Fails to initialize MySQL database on Windows 10

风流意气都作罢 提交于 2019-11-28 02:59:06
问题 Using Laradock System Info: Docker version: 17.10.0-ce, build f4ffd25 OS: Windows 10 Home When I run docker-compose up -d mysql I'm getting error. Following is the docker logs [Note] Basedir set to /usr/ [Warning] The syntax '--symbolic-links/-s' is deprecated and will be removed in a future release [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release. [ERROR] -