Skip to content

Commit 932e43b

Browse files
committed
2018-03-23 补充 kafka 和 zookeeper 内容
1 parent db214a4 commit 932e43b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

favorite-file/shell/install_common_vim_zsh_docker_disable_firewalld_centos7.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ echo "-----------------------------------------运行 hello world 镜像"
4848
docker run hello-world
4949

5050
echo "-----------------------------------------安装 docker compose"
51+
echo "docker compose 的版本检查:https://docs.docker.com/compose/install/#install-compose"
5152

52-
curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
53+
curl -L https://github.com/docker/compose/releases/download/1.20.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
5354

5455
chmod +x /usr/local/bin/docker-compose
5556

0 commit comments

Comments
 (0)