Skip to main content

All Questions

0 votes
0 answers
109 views

Windows install docker from binary and set docker environemt variable

I have to install docker on Windows from binary. I downloaded them and installed them as described in the documentation. I can run docker ps in the folder I installed docker at. Outside of this folder ...
Robin's user avatar
  • 1
1 vote
1 answer
262 views

ssh from windows10 to a docker container ends with asking a password

I'm trying to test gitlab in a docker container installed on my windows 10 machine. But when I try to push my code, it ends with asking git's password When I test the connection with ssh -vT, here is ...
Jice's user avatar
  • 21