Skip to main content

All Questions

0 votes
0 answers
67 views

ssh between two docker containers on different nodes

Hi I am trying to create (preferably passwordless) ssh connection between two docker containers (named master and worker_1) on mulitple nodes and having difficulties. These are the options I tried so ...
aneela's user avatar
  • 111
2 votes
1 answer
7k views

"Unprotected private key file" when accessing a private key on volume in Docker Windows host

Private key is mounted using volume in docker container. Permissions on the host system (Windows) are defined as -r--r--r--. But when i run compose file get this error "Permissions 0755 for '/root/....
Arslan Liaqat's user avatar