• windows下Docker无法正常启动-The system cannot find the file specified


    问题:
    docker ps
    error during connect: In the default daemon configuration on Windows,
    the docker client must be run with elevated privileges to
    connect.: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json": open //./pipe/docker_engine: The system cannot find the file specified.

    解决步骤:

    步骤一 管理员权限运行PowerShell
    步骤二 cd "C:Program FilesDockerDocker"
    步骤三 ./DockerCli.exe -SwitchDaemon

  • 相关阅读:
    java后端
    2017-12-11
    二叉树与分治法整理
    javaweb
    安装docker
    爬虫
    lintcode
    DEEPlearning
    剑指offer_by牛客网
    DFS
  • 原文地址:https://www.cnblogs.com/jinpingzhao/p/15087610.html
Copyright © 2020-2023  润新知