代码之家  ›  专栏  ›  技术社区  ›  John Balvin Arias

将docker映像部署到Kubernetes引擎时权限被拒绝

  •  1
  • John Balvin Arias  · 技术社区  · 7 年前

    当我 deploy 码头工人形象 Kubernetes

    我得到这个权限被拒绝的错误 enter image description here

    我在用 Google Container-Registry/ 存储使用 cloud build enter image description here

    1 回复  |  直到 7 年前
        1
  •  2
  •   Rico    7 年前

    这完全像 backend 在容器中没有“执行”权限。

    RUN chmod 755 /backend
    

    希望有帮助。

    推荐文章