blob: bece44d3a9e6a90f4c015e83face272c5f2427d7 [file] [log] [blame]
from libcloud.container.types import Provider
from libcloud.container.providers import get_driver
cls = get_driver(Provider.DOCKER)
conn = cls(host="https://198.61.239.128", port=4243, key_file="key.pem", cert_file="cert.pem")
conn.list_images()