Skip to content

Commit

Permalink
完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang committed Jun 10, 2015
1 parent a591753 commit 7bed140
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@
# 第三方docker资料

### [docker安装包快速下载](http://pan.baidu.com/s/1dDew2m1)

[docker入门指南][1]

[mac docker安装手册][2]

[windows docker安装手册][3]


# 直接导入镜像

因为国内访问dockerhub很慢, 已将镜像导入上传, [点击去下载](http://pan.baidu.com/s/1dDew2m1)
Expand Down Expand Up @@ -47,6 +50,13 @@ zcat openep-1.1.tgz | docker import - openep

# 启动容器

下载启动脚本
```
wget https://raw.githubusercontent.com/MyCATApache/Mycat-openEP/master/docker/run.sh
wget https://raw.githubusercontent.com/MyCATApache/Mycat-openEP/master/docker/run-host.sh
chmod +x run*.sh
```

host方式启动(共享宿主网络, 推荐, 但是只能启动一个实例)
```bash
./run-host.sh openep [containerName]
Expand Down

0 comments on commit 7bed140

Please sign in to comment.