You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/03/06 11:15:05 UTC

[GitHub] [incubator-shardingsphere-example] taojintianxia opened a new pull request #96: Add: add docker compose config

taojintianxia opened a new pull request #96: Add: add docker compose config
URL: https://github.com/apache/incubator-shardingsphere-example/pull/96
 
 
   Fixes #95.
   
   Changes proposed in this pull request:
   #### before we use docker compose, please install docker first : https://docs.docker.com/compose/install/
   #### usage is as following :
   - 1. access the docker folder (cd docker)
   - 2. launch the environment by docker compose (docker-compose up -d)
   - 3. access mysql / etcd / zookeeper as you want
   - 4. if there is conflict on port, just modify the mapper port in docker-compose.yml and then launch docker compose again(docker-compose up -d)
   - 5. if you want to stop these environment, use command docker-compose stop
   
   to clean the docker container , you could use docker rm `docker ps -a -q` (be careful)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services