Open
Description
Currently, if we use the docker image to make deployment to the local computer without specifying localhost
as the host
on the config file. It produces an error about a not found file.
Expected behavior
By default, if no host is specified, it should set localhost for the target deployment machine
Current behavior
Since a docker image is a contained environment, it's necessary to specify an extra flag for the target host. Otherwise, no host flag will be sent when executing ssh
or scp
commands