class Docr::Images

Defined in:

docr/images.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Client) #

[View source]

Instance Method Detail

def exists?(name : String) : Bool #

Check if an image exists locally.


[View source]
def pull(repository : String, tag : String = "latest") #

Pull an image from a registry.


[View source]