I'm trying out something that is supposed to be really simple and straight forward. As per this documentation, I created the .pem files:
https://docs.docker.com/articles/https/
I have a
Java client that I use to connect to the docker daemon running on a remote machine. My client however fails with the following exception:
What I'm not sure is which cet of .pem files are meant for the server and which are meant for the client with respect to the documentation given at the docker's website. I added the ca.pem, cert.pem, key.pem on my client and started the docker daemon as mentioned, but I could not get my rest client to work. Any suggestions?
Any by the way, if you are new to Docker, I'd seriously advice you to take a look into it! Sounds to me the next big thingy!