代码之家  ›  专栏  ›  技术社区  ›  Jivan

无法提取Docker映像:fpco/stack-build:lts-17.12 bad 文件描述符

  •  0
  • Jivan  · 技术社区  · 3 年前

    遵循以下步骤 mentioned in the Stack documentation ,这是 stack.yml :

    docker:
      enable: true
    local-bin-path: ./build/
    resolver: lts-17.12
    packages: [.]
    extra-deps: []
    

    stack build 导致以下错误:

    Pulling image from registry: 'fpco/stack-build:lts-17.12'
    fork/exec /usr/local/bin/com.docker.cli: bad file descriptor
    Could not pull Docker image:
        fpco/stack-build:lts-17.12
    There may not be an image on the registry for your resolver's LTS version in
    your configuration file.
    

    尽管有lts-17.12标签 definitely existing on Dockerhub 堆栈.yml

    有什么特别的事情要做或补充吗 为了克服这个错误?

    0 回复  |  直到 3 年前