Hi All ,
I am trying to copy certs file from my windows mechine to certs folder through docker cli. By using copy command is not working. Could you please provide me any answers
Hi All ,
I am trying to copy certs file from my windows mechine to certs folder through docker cli. By using copy command is not working. Could you please provide me any answers
just to understand your question in the right way: You’re looking for a way to transport files to a broker that is deployed as a docker container. Right ?
And you have access to the host where the container is deployed ?
Then you have multiple options:
Maybe we should post that as FAQ
Have fun.
Uli
Hi @ravi_spring, are you using “docker cp”? E.g.
docker cp cert-file.pem [container id]:/usr/sw/jail/certs