I changed PC because my previous computer was too slow.
I installed Windows 10 Pro 64bit and updated everything on new hardware.
Later I installed “Docker for Windows Installer.exe”.
Finally I opened the Windows command prompt and created my image and its container. It seems that everything went well but when I type “docker-machine ip” to find the IP to which my container is listening I get this error message:
“Error: No machine name (s) specified and no” default “machine exists”
I’m sure it’s not a Docker problem or a problem of my code because everything worked perfectly on the previous PC.
How do I solve?
Thank you
docker version
Client: Docker Engine - Community
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:06 2019
OS/Arch: linux/amd64
Experimental: false
Do I have to install the Docker Toolbox?
Do I need to install Kitematic-Windows?
Do I have Virtualbox installed on Windows?
Do I have to have a specific version of Virtualbox?
Why Kinematic-Windows does not install?