Skip to content

【解决办法】最新版镜像(2.29.0),Failed loading environment. The environment namedlocal is unreachable. #37

@jianqiao0313

Description

@jianqiao0313

安装最新版本的docker镜像,进入后点击local环境,会在右上角报错

Image

【解决办法】

  1. systemctl edit docker.service
  2. 找个地方添加下面的内容
[Service]
Environment=DOCKER_MIN_API_VERSION=1.24
  1. 保存(ctrl + O,回车)
  2. 退出nano(ctrl + X)
  3. systemctl restart docker

参考链接

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions