class Docker::Images
- Docker::Images
- Reference
- Object
Overview
Create and manage images on the attached docker instance.
Included Modules
Defined in:
docker/images.crInstance Method Summary
-
#build(path : String, **props, &) : Image
Build an image and return it.
-
#get(id_or_name : String)
Get a image by name or ID.
-
#list(all : Bool | Nil = nil, name : String | Nil = nil, filters : Hash | Nil = nil) : Array(Image)
List images.
Constructor methods inherited from module Docker::ApiClientWrapper
new(client)
new
Instance Method Detail
Build an image and return it.
Similar to the docker build
command.