【参考】https://github.com/astaxie/go-best-practice/blob/master/ebook/zh/01.1.md 阅读目录 下载一个合适的box 完成一个box的安装 ssh链接到安装的虚拟机 原文:http://blog.csdn.net/hel12he/a ...
分类:
其他好文 时间:
2017-07-05 18:46:10
阅读次数:
178
1.通过 vagrant ssh登录虚拟机 2.在虚拟机中通过 yum 命令安装docker 3.通过docker -v检查docker是否安装成功 4.开启docker加速器 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh ...
分类:
系统相关 时间:
2017-07-05 11:28:26
阅读次数:
246
HashiCorp Vault是一款企业级私密信息管理工具。说起Vault,不得不提它的创造者HashiCorp公司。HashiCorp是一家专注于DevOps工具链的公司,其旗下明星级产品包括Vagrant、Packer、Terraform、Consul、Nomad等,再加上Vault,这些工具贯... ...
分类:
其他好文 时间:
2017-07-02 23:27:11
阅读次数:
620
vagrant无法访问的提示:Please open VirtualBox and clear out your inaccessible virtual machines or find a way to fix them.看到这句话,于是打开virtualbox界面,virtualbox也提示该 ...
分类:
数据库 时间:
2017-07-01 13:38:23
阅读次数:
417
1.安装 Virtual Box 5.1、VMWare或 Parallels 以及 Vagrant(我选的virtualBox) 2.将vagrant.exe添加到系统变量,并在终端执行vagrant box add laravel/homestead 根据你选的虚拟机选择1,2,3,这里选2 3. ...
主(master)192.168.1.10机器设置: [root@vm-vagrant mysql]# vi my.cnf [mysqld]节点下添加以下配置server-id=1log-bin=mysql-bin #这个一定得设置,否则没有日志的话,从数据库上会报错 [root@vm-vagran ...
分类:
数据库 时间:
2017-06-23 18:21:40
阅读次数:
217
#LicensedundertheApacheLicense,Version2.0(the"License");#youmaynotusethisfileexceptincompliancewiththeLicense.#YoumayobtainacopyoftheLicenseat##http://www.apache.org/licenses/LICENSE-2.0##Unlessrequiredbyapplicablelaworagreedtoinwriting,software#distributed..
分类:
其他好文 时间:
2017-06-23 10:45:50
阅读次数:
168
Vagrant box ubuntu/xenial64 没有密码的解决方法 ...
分类:
系统相关 时间:
2017-06-20 00:13:33
阅读次数:
965
1 安装VirtualBox和Vagrant 在启动Homestead环境之前,你必须安装VirtualBox(https://www.virtualbox.org/wiki/Downloads)和Vagrant(http://www.vagrantup.com/downloads.html)。这两 ...
分类:
其他好文 时间:
2017-06-05 23:41:36
阅读次数:
692