package dockerfile-cmd

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Docker command invocation

val bin : Bos.Cmd.t
val info : Bos.Cmd.t
val exists : unit -> bool
val build_cmd : ?squash:bool -> ?pull:bool -> ?cache:bool -> ?dockerfile:Fpath.t -> ?tag:string -> Fpath.t -> Bos.Cmd.t
val volume_cmd : Bos.Cmd.t
val push_cmd : string -> Bos.Cmd.t
val build_id : Fpath.t -> (string, [> Rresult.R.msg ]) Stdlib.result
val run_cmd : ?mounts:(string * string) list -> ?volumes:(string * string) list -> ?rm:bool -> string -> Bos.Cmd.t -> Bos.Cmd.t
val manifest_push_cli : platforms:string list -> template:string -> target:string -> Bos.Cmd.t
val manifest_push_file : Fpath.t -> Bos.Cmd.t