Skip to content

Commit

Permalink
[ALL]
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Apr 3, 2019
1 parent 4788571 commit 7de748d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



# Docker 安装
# Docker 安装 (Java &&& Maven)
```
centos + docker bug: 重启无法连接ssh,未排查到具体原因
yum install -y git wget && cd /root && git clone https://github.com/ydcode/start.git && cd start
Expand All @@ -13,7 +13,7 @@ yum install -y git wget && cd /root && git clone https://github.com/ydcode/start
vi ~/.bashrc 添加环境变量
apt install -y git wget sudo \
&& cd /root && git clone https://github.com/ydcode/start.git \
&& cd /root/start/tools/server_init/ && ./install.sh
&& cd /root/start/docker/server_init/ && ./install.sh
```


Expand Down

0 comments on commit 7de748d

Please sign in to comment.