-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using docker compose in windows to start TiDB, I meet the following error #36
Comments
We haven't tested tidb-docker-compose on Windows platform. Did you use Docker for Windows or Docker Toolbox? tidb-docker-compose cannot run on the legacy Docker Toolbox. Besides, you should check if the container has the permission to write to the mounted host path and if the network between different containers can communicate with each other. |
liunx centOS 7 also had this problem |
@LanSMD @XieZiXi I'm sorry that we've accidentally reset |
Hi, I have the same problem in Docker for Windows 18.09.0-ce-beta1 and docker-compose 1.22.0. |
@verglor are you using the latest commit from this repo? |
The problem seems to be in pd containers - tikv containers fail because they cannot connect to pd. See logs with info level. |
When I comment out |
Also using named volume instead of mounting local directory works fine: Replacing
with
|
Seems the directory |
ubuntu 16.04 runs on Parallels Desktop on Mac has this problem when sharing folders with host os. |
I got an error log in docker on windows |
link pingcap/tidb#22620 |
use docker-compose up -d, i start all the containers
but use docker ps, i found
use docker logs for one of the TiKV
continue to logs one of PD, i got
my docker version is Docker version 18.06.1-ce, build e68fc7a
docker compose version is docker-compose version 1.22.0, build f46880fe
The text was updated successfully, but these errors were encountered: