-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Segfault on --help with --tlsverify if no ca certificate is present #1113
Labels
Comments
Thank you @pvanagtmaal for filling this bug report! |
Thanks 👍 P.S. I discovered the same happens with the |
Yep I spotted it too thank you 👍 |
silvin-lubecki
added a commit
to silvin-lubecki/cli
that referenced
this issue
Jun 8, 2018
…cate is present" Errors were not checked while initializing the docker client in the help command Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
chris-crone
pushed a commit
to chris-crone/cli
that referenced
this issue
Jun 11, 2018
…cate is present" Errors were not checked while initializing the docker client in the help command Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com> (cherry picked from commit f4b0780) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG REPORT INFORMATION
Description
Docker segfaults when trying to list view the helptext (
--help
) when using tls verification without a CA certificate.Steps to reproduce the issue:
$HOME/.docker/
docker --tlsverify --help
Describe the results you received:
Describe the results you expected:
The same warning you get when executing for example
docker --tlsverify info
without a ca.pem in$HOME/.docker/
:could not read CA certificate "$HOME/.docker/ca.pem": open $HOME/.docker/ca.pem: no such file or directory
Additional information you deem important (e.g. issue happens only occasionally):
Tested on both Arch Linux and Debian Stretch
Output of
docker version
:Arch Linux:
Debian Stretch:
Output of
docker info
:Arch Linux:
Debian Stretch:
Additional environment details (AWS, VirtualBox, physical, etc.):
Arch Linux on a physical device
Debian Stretch on a VPS
The text was updated successfully, but these errors were encountered: