class Docker::Client
- Docker::Client
- Reference
- Object
Defined in:
docker.crConstructors
Instance Method Summary
- #container_filesystem_changes(container_id : String)
- #container_processes(container_id : String)
-
#create_container(image_name : String, **args)
############# Containers # #############
-
#create_exec(container_id : String = "", **args)
########### Exec # ###########
- #delete_container(container_id : String)
- #image_history(image_id : String)
- #inspect_container(container_id : String)
- #inspect_exec(exec_id : String)
- #inspect_image(image_id : String)
- #inspect_network(network_id : String)
- #inspect_volume(volume_id : String)
- #list_containers(all : Bool = false, size : Bool = false)
-
#list_images(all : Bool = false, digest : Bool = false)
######### Images # #########
-
#list_networks
########### Networks # ###########
-
#list_volumes
########### Volumes # ###########
- #pull_image(image_name : String, **args)
- #resize_exec(exec_id : String, h : Int64, w : Int64)
- #start_container(container_id : String, **args)
- #start_exec(exec_id : String = "", detach : Bool = false, tty : Bool = false)
Constructor Detail
Instance Method Detail
######### Images # #########