-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Invoker use outdated docker API to pause container for docker version 18.09 #4431
Comments
I would handle this issue in #4430 |
Thank you for your effort. @style95 I have read your PR changes, is that mean the docker server version in my host is 18.09, but inside invoker container, its own docker client is 1.12? |
Yes, but actually, that problem comes from the invoker codes as runc client is hardcoded in the code. |
Much clear! Real appreciate for your help. |
fixed by #4430. |
Environment details:
Steps to reproduce the issue:
wsk action invoke /whisk.system/utils/echo -p message hello --result
Provide the actual results and outputs:
The docker- prefix has been removed from these binaries; see the release notes: https://github.com/docker/docker-ce/releases/tag/v18.09.0
The text was updated successfully, but these errors were encountered: