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
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
The text was updated successfully, but these errors were encountered:
Currently, if we use the docker image to make deployment to the local computer without specifying
localhost
as thehost
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
orscp
commandsThe text was updated successfully, but these errors were encountered: