boot2docker安装及使用

更新homebrew

为了确保有boot2docker的安装脚本

brew update

安装boot2docker

brew install boot2docker

初始化 boot2docker

boot2docker init

初始化完成后需要将DOCKER_HOST的地址设置为tcp://127.0.0.1:4243

export DOCKER_HOST=tcp://127.0.0.1:4243

为了方便,可以将这个信息直接加入到 ~/.bash_profile,这样就不用每次都export

将虚拟机中的端口映射到主机端口

在命令行中运行

VBoxManage modifyvm "boot2docker-vm" --natpf1 "tcp-port5000,tcp,,5000,,5000";

启动 boot2docker

boot2docker start
上一篇:CA证书制作


下一篇:ELMO模型(Deep contextualized word representation)