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 Jun 28, 2024. It is now read-only.
To get the proper docker version to install, we need to now use
`apt-cache madison` since `apt-cache show` is throwing an error.
Fixes: kata-containers#895.
Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
To get the proper docker version to install, we need to now use
`apt-cache madison` since `apt-cache show` is throwing an error.
Fixes: kata-containers#895.
Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
chavafg
added a commit
to chavafg/tests-1
that referenced
this issue
Nov 9, 2018
To get the proper docker version to install, we need to now use
`apt-cache madison` since `apt-cache show` is throwing an error.
Fixes: kata-containers#895.
Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
$ dpkg -l|grep docker
ii docker-ce 5:18.09.0~3-0~ubuntu-bionic amd64 Docker: the open-source application container engine
ii docker-ce-cli 5:18.09.0~3-0~ubuntu-bionic amd64 Docker CLI: the open-source application container engine
$ apt-cache show docker-ce-cli >/dev/null
$ apt-cache show docker-ce >/dev/null
E: read, still have 1 to read but none left
$ echo $?
100
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: