-
Notifications
You must be signed in to change notification settings - Fork 59
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
在docker容器中 部署secretflow-allinone可行吗? #487
Comments
@sabakioukenasai
2、检查下root权限,确保Docker进程有足够的权限在目标位置创建目录和文件。 |
抱歉之前没有提供操作系统等信息。 > docker version
Client: Docker Engine - Community
Version: 27.4.1
API version: 1.47
Go version: go1.22.10
Git commit: b9d17ea
Built: Tue Dec 17 15:45:52 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 27.3.1
API version: 1.47 (minimum version 1.24)
Go version: go1.22.7
Git commit: 41ca978
Built: Fri Sep 20 11:41:00 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.22
GitCommit: 7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c
runc:
Version: 1.1.14
GitCommit: v1.1.14-0-g2c9f560
docker-init:
Version: 0.19.0
GitCommit: de40ad0 docker容器使用的镜像是 看样子应该不是docker版本问题,有可能是权限问题,能详细说说如何检查docker进程是否具有对应权限吗? |
确认下在部署kuscia的时候是否是root用户 |
方便提供下dmesg日志吗? |
运行 [113431.472306] docker0: port 6(vethc1a3ad3) entered blocking state
[113431.472316] docker0: port 6(vethc1a3ad3) entered disabled state
[113431.473228] vethc1a3ad3: entered allmulticast mode
[113431.481522] vethc1a3ad3: entered promiscuous mode
[113431.682949] eth0: renamed from vethd3e15e1
[113431.726118] docker0: port 6(vethc1a3ad3) entered blocking state
[113431.726129] docker0: port 6(vethc1a3ad3) entered forwarding state
[113431.926488] userif-27: sent link down event.
[113431.926501] userif-27: sent link up event.
[113431.932428] docker0: port 6(vethc1a3ad3) entered disabled state
[113431.932845] vethd3e15e1: renamed from eth0
[113432.087576] docker0: port 6(vethc1a3ad3) entered disabled state
[113432.096617] vethc1a3ad3 (unregistering): left allmulticast mode
[113432.096627] vethc1a3ad3 (unregistering): left promiscuous mode
[113432.096636] docker0: port 6(vethc1a3ad3) entered disabled state
[113432.132668] userif-27: sent link down event.
[113432.132684] userif-27: sent link up event.
[113432.643903] docker0: port 6(veth8e465a5) entered blocking state
[113432.643911] docker0: port 6(veth8e465a5) entered disabled state
[113432.643926] veth8e465a5: entered allmulticast mode
[113432.646456] veth8e465a5: entered promiscuous mode
[113432.894819] eth0: renamed from veth44f5440
[113432.943968] docker0: port 6(veth8e465a5) entered blocking state
[113432.943980] docker0: port 6(veth8e465a5) entered forwarding state
[113433.144145] userif-27: sent link down event.
[113433.144163] userif-27: sent link up event.
[113434.195072] docker0: port 6(veth8e465a5) entered disabled state
[113434.195211] veth44f5440: renamed from eth0
[113434.292716] docker0: port 6(veth8e465a5) entered disabled state
[113434.298690] veth8e465a5 (unregistering): left allmulticast mode
[113434.298700] veth8e465a5 (unregistering): left promiscuous mode
[113434.298707] docker0: port 6(veth8e465a5) entered disabled state
[113434.395141] userif-27: sent link down event.
[113434.395155] userif-27: sent link up event.
[113440.247383] br-8f95630c1f15: port 1(veth2a34b2f) entered blocking state
[113440.247390] br-8f95630c1f15: port 1(veth2a34b2f) entered disabled state
[113440.247449] veth2a34b2f: entered allmulticast mode
[113440.248333] veth2a34b2f: entered promiscuous mode
[113441.462510] br-8f95630c1f15: port 1(veth2a34b2f) entered disabled state
[113441.464977] veth2a34b2f (unregistering): left allmulticast mode
[113441.464984] veth2a34b2f (unregistering): left promiscuous mode
[113441.464991] br-8f95630c1f15: port 1(veth2a34b2f) entered disabled state |
Issue Type
Others
Search for existing issues similar to yours
Yes
Kuscia Version
kuscia v0.10.0b0
Link to Relevant Documentation
https://www.secretflow.org.cn/zh-CN/docs/secretpad-all-in-one/v1.8.0b0/p2p_deploy/platform_installation_guidelines
Question Details
The text was updated successfully, but these errors were encountered: