providers/docker: Fix SSH access to container when no Host VM is in use [GH-3799]
This commit is contained in:
parent
5899227126
commit
7eecf31faa
|
@ -136,7 +136,10 @@ module VagrantPlugins
|
|||
# here and we let Vagrant core deal with it ;)
|
||||
return nil if !ip
|
||||
|
||||
{ host: ip }
|
||||
{
|
||||
host: ip,
|
||||
port: @machine.config.ssh.guest_port
|
||||
}
|
||||
end
|
||||
|
||||
def state
|
||||
|
|
Loading…
Reference in New Issue