Bistro_internals.Commandmodule Docker_image : sig ... endmodule Singularity_image : sig ... endval docker_image :
?tag:string ->
?registry:string ->
account:string ->
name:string ->
unit ->
container_imageConstruct a description of a publicly available docker image
type 'a t = | Within_container of container_image list * 'a t| Simple_command of 'a Template.t| And_list of 'a t list| Or_list of 'a t list| Pipe_list of 'a t listval deps : 'a t -> 'a listval uses_container : 'a t -> bool