We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> 先用绿联的,功能正常
绿联版本在极空间上部署使用的话,环境配置要怎么改?我不太懂这个~
Originally posted by @Endygao in #82 (comment)
如何设置
The text was updated successfully, but these errors were encountered:
docker run -d --privileged -p 12712:12712 -e secretKey=XXXXXXXX -e DOCKER_HOST=unix:///var/run/docker.sock -v /var/run/docker.sock:/var/run/docker.sock --restart=always --name dockerCopilot 0nlylty/dockercopilot:UGREEN
需要在ssh创建
Sorry, something went wrong.
docker run -d --privileged -p 12712:12712 -e secretKey=XXXXXXXX -e DOCKER_HOST=unix:///var/run/docker.sock -v /var/run/docker.sock:/var/run/docker.sock --restart=always --name dockerCopilot 0nlylty/dockercopilot:UGREEN 需要在ssh创建
感谢大佬分享,这个指令我没能成功,通过和 LLM 沟通研究报错信息后,给出了新的指令: sudo docker run -d --privileged -p 12712:12712 -e secretKey=XXXXXXXX -e DOCKER_HOST=unix:///var/run/docker.sock -v /var/run/docker.sock:/var/run/docker.sock --restart=always --name dockerCopilot 0nlylty/dockercopilot:UGREEN
No branches or pull requests
绿联版本在极空间上部署使用的话,环境配置要怎么改?我不太懂这个~
Originally posted by @Endygao in #82 (comment)
如何设置
The text was updated successfully, but these errors were encountered: