You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@leqii-com 哈哈,那就自己查吧,我重新制作镜像测试发现是startup.sh中的for i in ls $SERVICE_NAME-*.jar 2>/dev/null``这句执行时报错ls: cannot access 'apollo-configservice-2.1.0-sources.jar': Operation not permitted,可以确定是运行startup.sh的用户权限问题,具体原因未查明,只能暂时先在容器运行参数添加--privileged或docker-compose.yml中添加privileged: true容器开启特权模式先保证能用了
描述bug
简洁明了地描述一下bug
复现
通过如下步骤可以复现:
期望
简介明了地描述你希望正常情况下应该发生什么
Please verify your email address
Before you can contribute on GitHub, we need you to verify your email address.
An email containing verification instructions was sent to [email protected].
截图
如果可以,附上截图来描述你的问题
从hub.docker.com上拉取的官方docker镜像,在一台服务器上运行,发现如下错误,每个2.1.0版本的都是这样的提醒
额外的细节和日志
centos 7.5.1804
Docker version 18.03.1-ce
The text was updated successfully, but these errors were encountered: