You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
The current API version in docker.coffee is fixed at 1.11 (https://github.com/awvessel/vessel/blob/master/src/app/ipc/docker.coffee#L13) which causes an error with the current 1.7.1 client in recent CoreOS alpha builds. Manually changing the API version to 1.19 resolves the issue for me. It may be necessary to determine which API version is the correct one given the CoreOS build being used or possibly just watch for "API too old" messages and stepping up the API version to the next milestone to be able to continue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current API version in docker.coffee is fixed at 1.11 (https://github.com/awvessel/vessel/blob/master/src/app/ipc/docker.coffee#L13) which causes an error with the current 1.7.1 client in recent CoreOS alpha builds. Manually changing the API version to 1.19 resolves the issue for me. It may be necessary to determine which API version is the correct one given the CoreOS build being used or possibly just watch for "API too old" messages and stepping up the API version to the next milestone to be able to continue.
The text was updated successfully, but these errors were encountered: