環境
Docker Desktop(windows)をインストール、実行
ユーザー名とパスワードを入力しサインイン
コマンドでバージョン確認は可能(>docker -v)
https://qiita.com/bonny_d/items/b5275d00555c11f3582aを参考に
settings画面にて「Expose daemon on tcp://localhost:2375 without TLS」の
チェックボックスにチェックを入れる
問題点
docker run hello-worldを実行すると
docker: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.40/containers/create: open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running. See 'docker run --help'.
とエラーが発生しhello-worldコンテナが実行できない状態です。
必要な情報や操作があればご教授いただければ幸いです。