科学の箱

科学・IT・登山の話題

Docker

docker-machine createが”Waiting for ssh to be available…”で停止してしまう

投稿日:2019年5月15日 更新日:

Windows Hyper-Vを利用してdocker-machineを作成すると下記のメッセージで停止してしまう。

Waiting for ssh to be available…”

既知の問題であることは明らかである。

Docker machine stuck on “Waiting for ssh to be available…”

 

解決策としては下記が挙げられている。

  • Git Bashの利用
  • External Switchの設定変更

自分の環境では以下の対応でdocker machineを作成できた。

  1. Powershellを管理者で実行
  2. シェル画面からgit bashを起動
  3. git bashのコンソールからdocker-machine createを実行

 

 

メタ情報

inarticle



メタ情報

inarticle



-Docker
-

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

add-apt-repositoryでcertificate errorが出る

https://download.docker.com/linux/ubuntu groovy Release Certificate verification failed: The certifi …

no image

mongodbをdockerで導入してみる

dockerではmongodbがすでに提供されている。 手順はこちらにある。 https://techsparx.com/software-development/docker/damp/mongod …

no image

docker: Error response from daemon: Get https://registry-1.docker.io/v2/: remote error: tls: handshake failure.

18.09からはサポートされる暗号方式が限定されている。 18.06を利用する Related posts:docker statusの確認方法docker-machineがWaiting for h …

no image

docker build

docker build用のファイル From docker/whalesay:latest RUN apt-get -y update && apt-get install -y f …

no image

DockerサーバーにでVNCサーバーを入れたらDockerが消失した件

復旧に使ったコード yum repolist all yum-config-manager –enable docker-ce-stable yum repolist all yum install …

2019年5月
« 4月   6月 »
 12345
6789101112
13141516171819
20212223242526
2728293031  

side bar top



アーカイブ

カテゴリー