-
When running the image in powershell outside onedev
docker run -it docksdev/band:2.1This works
-
i've tried to set in onedev config but disabled

-
OneDev can not use "-it" option to run docker as otherwise it will be in interactive mode to cause build hanging. This problem is common to batch script doing ssh things and not specific to OneDev. You may googled around to see if these solutions work:
Please post back if you find a workaround so that other users can benefit.
-
Previous Value Current Value Open
Closed
-
I've already google it but no solution is working. That's why i post here.
So i think i'm the only one who have to connect to ssh inside docker container...
| Type |
Question
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
Hi,
we've made a windows 2k19s custom image file containing somes of ours tools and an OpenSSH client.
In a build job running this image, we need to connect to ssh server to copy some config file and reload apache. But it's not really working as expect :
Even using some --t parameter to ssh does not work.
Do you have a way to connect to ssh from docker to another server of our network ?
Thanks