summaryrefslogtreecommitdiff
path: root/docker/context
Commit message (Collapse)AuthorAgeFilesLines
* use python3.6+ constructsAnthony Sottile2021-07-053-7/+7
| | | | Signed-off-by: Anthony Sottile <asottile@umich.edu>
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-3/+4
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Verify TLS keys loaded from docker contextsHakan Ardo2021-03-031-1/+5
| | | | | | This maches the behaviour of the docker cli when using contexts. Signed-off-by: Hakan Ardo <hakan@debian.org>
* Skip parsing non-docker endpointsaiordache2020-06-261-35/+62
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Make orchestrator field optionalaiordache2020-05-302-17/+17
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Specify when to use `tls` on Context constructorUlysses Souza2020-05-282-6/+7
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Implement context management, lifecycle and unittests.Anca Iordache2020-02-054-0/+497
Signed-off-by: Anca Iordache <anca.iordache@docker.com>