-
Notifications
You must be signed in to change notification settings - Fork 304
document oldest docker version supported #169
Comments
/cc @jcvenegas @chavafg @jodh-intel @grahamwhaley - do you recall the minimal version? |
Yes - the oldest Docker version we claim to work with is 1.12.1 which is documented in the versions database: Some users have been having success with Docker 1.11 though: I'd recommend updating https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md#requirements-to-build-individual-components to point the users at the very human-readable YAML file to avoid hard-coding the version number in another location. |
Given you're saying 1.13 doesn't work, it looks like we'll have to investigate why 1.11 and 1.12 work (or used to), but 1.13 does not. |
ACK - I'll try to get more details from the person who had the issue here at the hackathon. I didn't see where the limitation/last version was defined - thanks for pointing it out. |
Reformat the usage output displayed with `help` command or `-h` option. Trap exit codes only after options parsing, as that is used to generate a test report. Fixes: kata-containers#169 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
Version 1.13 docker does not work. We should document the minimal version supported.
The text was updated successfully, but these errors were encountered: