LoginSignup
6
5

More than 5 years have passed since last update.

docker - Error getting IP address: Something went wrong running an SSH command

Posted at

Max OSX にDockerToolBoxをインストールして
QuickStartを起動すると以下のようなエラーが発生.

Error getting IP address: Something went wrong running an SSH command

以下のコマンドで解決

$ docker-machine rm default
$ docker-machine create --driver virtualbox default

参考文献

Error getting IP address: Something went wrong running an SSH command #317

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5