Skip to content
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

[Bug] docker-compose.yml启动失败 #1160

Open
2 of 3 tasks
whiteS18 opened this issue Mar 15, 2024 · 1 comment
Open
2 of 3 tasks

[Bug] docker-compose.yml启动失败 #1160

whiteS18 opened this issue Mar 15, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@whiteS18
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

我想体验下这个项目,按照快速开始里面的docker启动方法,下载了docker-compose,yml之后使用docker-compose up -d 命令之后终端提示:Error response from daemon: Invalid container name (-taier-1), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed

What you expected to happen

能够正常启动项目

How to reproduce

下载docker-compose,yml之后使用docker-compose up -d 命令启动

Anything else

No response

Version

master

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@whiteS18 whiteS18 added the bug Something isn't working label Mar 15, 2024
@vainhope
Copy link
Collaborator

看报错像是docker名称限制了 可以手动修改镜像名称试试

@Jixiangup Jixiangup self-assigned this Mar 21, 2024
vainhope pushed a commit that referenced this issue Apr 23, 2024
Use docker-compose syntax to explicitly specify the name of the
container after it is started to avoid container name format errors when
docker-compose is repeatedly executed.

check it #1160
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants