docker安装使用window10版本

1.

上官网 注册(注册需要,有谷歌验证) 下载  docker

https://www.docker.com/

社区版本

https://www.docker.com/community-edition

 

2. 

win10 需要开启 Hyper-v,具体看下面链接操作 ,并修改为中国镜像。

http://www.runoob.com/docker/windows-docker-install.html

 

cpu需要 bios开启虚拟化,未开启具体操作https://zhidao.baidu.com/question/524166610.html

 

3. 

修改docker 系统盘空间使用不足具体可以看这篇文章

https://blog.csdn.net/stemq/article/details/53150939

 

 

4. 快速学习

http://www.runoob.com/docker/docker-tutorial.html

 

5. laravel docker的常用配置

http://laradock.io/documentation

你可能感兴趣的:(php,docker)