You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows at least, the docker-machine environment configuration is required for forward2docker to work properly, but nothing in the docs specify this and no error information indicating this is output.
Without this, at least on a Windows host, the VirtualBox VM's IP and port won't be detected properly.
From a terminal window, the output of the following command needs to be run first:
docker-machine env --shell=cmd
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Yes, the environment should be properly configured, this is true for both Windows and Mac OS X. I will update documentation on it.
On Windows at least, the docker-machine environment configuration is required for forward2docker to work properly, but nothing in the docs specify this and no error information indicating this is output.
Without this, at least on a Windows host, the VirtualBox VM's IP and port won't be detected properly.
From a terminal window, the output of the following command needs to be run first:
docker-machine env --shell=cmd
The text was updated successfully, but these errors were encountered: