Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python-docker: depend on python-misc for the ntpath module | Dan Callaghan | 2019-03-08 | 1 | -0/+1 |
| | | | | | Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | add the py2 version for python-docker and python-docker-pycreds packages | Ting Yu | 2018-12-21 | 1 | -0/+14 |
add the py2 version for python-docker and python-docker-pycreds packages. add python-six and python-backport_ssl (for ph2 only) as python-docker dependencies. verify the connection to docker engine at run time - >>> import docker >>> client = docker.from_env() >>> client.images.list() [<Image: 'hello-world:latest'>] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |