-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssl docker daemon connection #308
Comments
Please use |
Hi, You need to specify the certificate files. Look at the Docker documentation regards |
Hi, There is difference between my setting and the test, my docker server has a private/public key, each of my service that need to comunicate with the daemon has its own private/public key. |
docker-socket-proxy must have access to the "/var/run/docker.sock" , it's goal is to allow accessing docker socket for AppAPI with the network requests. |
Hi, |
Hi! By
As was said above, yes, AppAPI requires the Docker daemon configured to work with it via network requests. If you have any further questions, do not hesitate to ask them here. |
Describe why it is important and where it will be useful
Describe your proposed solution
Add options to be able to load certificate from file system.
to be clear, you could use the same key as in daemon.json in /etc/docker/
"tlscacert", "tlscert", "tlskey".
Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: