Commit 00186e4f by ChongmingDu

Add README.md

parent 866183bb
# 使用方法
1. git clone http://code.mayi888.com/operation/Ant_Containers.git
2. 把docker-compose.yml移动到合适位置,并进入该目录
3. 运行docker-compose up
## docker compose 安装
**如果已经通过docker.com下载了docker。docker compose已经安装,详细信息请在“about docker”选项里进行查看**
1. curl -L https://github.com/docker/compose/releases/download/1.23.1/docker-compose-`uname -s`-`uname -m` -o /合适的位置/docker-compose
2. chmod +x /合适位置/docker-compose
3. 要运行docker-compose up的时候要指明docker compose的路径。如,/usr/local/bin/docker-compose up
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment