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
{{ message }}
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
When using multiple boot2docker vms (created with the --vm flag), all vms use the same port for ssh forwarding. This results ins the boot2docker ssh, socket, etc commands reporting information for the wrong vm.
While a ssh port can be specified at init time with --sshport, it took a while to realise this was needed. Some sort of warning mentioning --sshport when specifying a non-default vm name might be sufficient to help others avoid debugging this.